Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit 8ca3686

Browse files
Update .travis.yml
1 parent 39312c6 commit 8ca3686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
- docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` --build-arg VCS_REF="$TRAVIS_COMMIT" -t computerfr33k/burp-server:"$TRAVIS_BRANCH" .
88

99
after_success:
10-
- if [ ! "$TRAVIS_PULL_REQUEST" ]; then
10+
- if [ "$TRAVIS_PULL_REQUEST" == false ]; then
1111
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
1212
docker push USER/REPO;
1313
fi

0 commit comments

Comments
 (0)