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 0b7d3a9 commit acb49f6Copy full SHA for acb49f6
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
script:
17
- yarn lint
18
after_success:
19
- - if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST == true ]; then
+ - if [ $TRAVIS_BRANCH == "master" ] then
20
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
21
export REPO="democracy/democracy-server";
22
docker build -f Dockerfile -t $REPO:$COMMIT .;
0 commit comments