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.
2 parents b3be4db + 0f8de20 commit 5b0473aCopy full SHA for 5b0473a
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
- yarn lint
18
after_success:
19
# docker on master branch
20
- - if [ "$TRAVIS_BRANCH" == "master" && $TRAVIS_PULL_REQUEST == "false"]; then
+ - if [ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false"]; then
21
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
22
export REPO="democracy/democracy-server";
23
docker build -f Dockerfile -t $REPO:$COMMIT .;
0 commit comments