Skip to content

Commit

Permalink
For development we push to private flogo-web image
Browse files Browse the repository at this point in the history
  • Loading branch information
lixingwang committed Mar 11, 2017
1 parent eed88f2 commit 069772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ after_success:
- "if [ \"${TRAVIS_BRANCH}\" == \"master\" ]; then
docker login -u=\"${DOCKER_USERNAME}\" -p=\"${DOCKER_PASSWORD}\" ;
source ${TRAVIS_BUILD_DIR}/flogo-cicd/scripts/init.sh ;
flogo::module::postbuild flogo-web flogo-docker;
flogo::module::postbuild flogo-web flogo-web;
fi"

0 comments on commit 069772b

Please sign in to comment.