Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
be8a4400
Unverified
Commit
be8a4400
authored
Jan 25, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Jan 25, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from pohly/canary-fix
build.make: fix pushing of "canary" image from master branch
parents
3041b8a4
09436b9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build.make
build.make
+1
-1
No files found.
build.make
View file @
be8a4400
...
@@ -70,7 +70,7 @@ push-%: container-%
...
@@ -70,7 +70,7 @@ push-%: container-%
docker push
$(IMAGE_NAME)
:
$$
tag
;
\
docker push
$(IMAGE_NAME)
:
$$
tag
;
\
}
;
\
}
;
\
for
tag
in
$(IMAGE_TAGS)
;
do
\
for
tag
in
$(IMAGE_TAGS)
;
do
\
if
echo
$$
tag
|
grep
-q
-e
'-canary$$'
;
then
\
if
[
"
$$
tag"
=
"canary"
]
||
echo
"
$$
tag"
|
grep
-q
-e
'-canary$$'
;
then
\
:
"creating or overwriting canary image"
;
\
:
"creating or overwriting canary image"
;
\
push_image
;
\
push_image
;
\
elif
docker pull
$(IMAGE_NAME)
:
$$
tag 2>&1 |
tee
/dev/stderr |
grep
-q
"manifest for
$(IMAGE_NAME)
:
$$
tag not found"
;
then
\
elif
docker pull
$(IMAGE_NAME)
:
$$
tag 2>&1 |
tee
/dev/stderr |
grep
-q
"manifest for
$(IMAGE_NAME)
:
$$
tag not found"
;
then
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment