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 1d4bd71 commit e74ba4cCopy full SHA for e74ba4c
1 file changed
.travis.yml
@@ -11,6 +11,7 @@ git:
11
# Do a github login using token
12
before_install:
13
- "echo -e \"machine github.com\n login ${GITHUB_USER_TOKEN}\" >> ~/.netrc"
14
+ - "docker login -u=\"${DOCKER_USERNAME}\" -p=\"${DOCKER_PASSWORD}\" "
15
16
script:
17
- touch flogo-cli.tgz
@@ -33,7 +34,6 @@ after_script:
33
34
35
after_success:
36
- "if [ \"${TRAVIS_BRANCH}\" == \"master\" ]; then
- docker login -u=\"${DOCKER_USERNAME}\" -p=\"${DOCKER_PASSWORD}\";
37
source ${TRAVIS_BUILD_DIR}/flogo-cicd/scripts/init.sh ;
38
flogo::module::postbuild flogo-cli flogo-cli ;
39
fi"
0 commit comments