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

Commit c5e4a41

Browse files
committed
fix travis ci.
1 parent 6f29487 commit c5e4a41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ services:
55

66
script:
77
- docker build \
8-
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
9-
--build-arg VCS_REF=`git rev-parse --short HEAD` \
10-
-t burp-server:latest .
8+
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
9+
--build-arg VCS_REF="$TRAVIS_COMMIT" \
10+
-t computerfr33k/burp-server:"$TRAVIS_BRANCH" .

0 commit comments

Comments
 (0)