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 bd9f71b commit 2cfb120Copy full SHA for 2cfb120
.travis.yml
@@ -82,6 +82,7 @@ jobs:
82
if: type = pull_request AND head_branch IS present
83
script:
84
- set -e
85
+ - test "$TRAVIS_SECURE_ENV_VARS" = "false" && exit 0
86
- docker pull "$DOCKER_TAG_COMMIT"
87
- docker tag "$DOCKER_TAG_COMMIT" "$DOCKER_TAG_PR_BRANCH"
88
- echo "$DOCKER_PASS" | docker login -u "$DOCKER_USERNAME" --password-stdin
@@ -91,6 +92,7 @@ jobs:
91
92
if: type = pull_request
93
94
95
96
97
- docker tag "$DOCKER_TAG_COMMIT" "$DOCKER_TAG_PR_NUM"
98
0 commit comments