Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
7970c745
Commit
7970c745
authored
Dec 01, 2016
by
Adam Reese
Committed by
GitHub
Dec 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1618 from adamreese/fix/no-canary-on-release
fix(ci): do not push canary image on release
parents
f394e3f4
052cfe16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
deploy.sh
scripts/ci/deploy.sh
+1
-4
No files found.
scripts/ci/deploy.sh
View file @
7970c745
...
...
@@ -40,10 +40,7 @@ echo "Building the tiller image"
make docker-build
VERSION
=
"
${
VERSION
}
"
echo
"Pushing image to gcr.io"
if
[[
"
${
VERSION
}
"
!=
"canary"
]]
;
then
docker push
"gcr.io/kubernetes-helm/tiller:
${
VERSION
}
"
fi
docker push gcr.io/kubernetes-helm/tiller:canary
docker push
"gcr.io/kubernetes-helm/tiller:
${
VERSION
}
"
echo
"Building helm binaries"
make build-cross
...
...
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