We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b961dd5 commit 3115d5eCopy full SHA for 3115d5e
.travis.yml
@@ -20,7 +20,7 @@ jobs:
20
- docker info
21
- USE_RANDOM_USER_ID=true VERSION="$TRAVIS_BRANCH" make ci
22
- stage: Release
23
- if: branch = master AND type != pull_request AND tag IS present
+ if: type != pull_request AND tag IS present
24
script:
25
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
26
- VERSION="${TRAVIS_TAG}" make build
0 commit comments