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

Commit 126f43b

Browse files
committed
travis-ci fix
1 parent 8cb97d4 commit 126f43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install:
66
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
77
- BRANCH=$(git branch| grep \* |cut -d ' ' -f2)
88
- GIT_TAG=$(git describe --long --tags --dirty --always)
9-
- IMAGE_NAME="rootlug/aura-security:${BRANCH}-${GIT_TAG}"
9+
- IMAGE_NAME="rootlug/aura-security:${GIT_TAG}"
1010
- docker build -t $IMAGE_NAME .
1111
- docker run -ti --rm $IMAGE_NAME run_tests
1212
- docker push $IMAGE_NAME

0 commit comments

Comments
 (0)