Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
ccl
Commits
be2e1d2d
Commit
be2e1d2d
authored
Nov 01, 2020
by
Eric Timmons
Browse files
stable uses -tmp-master suffix for builds as well
parent
17223e91
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
be2e1d2d
...
...
@@ -27,7 +27,7 @@ before_install:
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
fi
-
|
if [ "$TRAVIS_BRANCH" = "master" ]; then
if [ "$TRAVIS_BRANCH" = "master"
] || [ "$TRAVIS_BRANCH" = "stable"
]; then
BUILD_TAG_SUFFIX="-tmp-master"
else
BUILD_TAG_SUFFIX="-tmp"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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