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 5d86862 commit 5e53fdfCopy full SHA for 5e53fdf
.travis.yml
@@ -14,10 +14,12 @@ jobs:
14
- stage: Build and integration tests
15
env: step=build_and_test
16
script:
17
+ - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
18
- docker info
19
- VERSION="$TRAVIS_BRANCH" make ci
20
- env: step=build_and_test_random_user
21
22
23
24
- USE_RANDOM_USER_ID=true VERSION="$TRAVIS_BRANCH" make ci
25
- stage: Release
0 commit comments