mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-02-08 13:03:33 +00:00
Removes errant quote
This commit is contained in:
parent
8ed72b5f44
commit
17e3ec248f
@ -15,7 +15,7 @@ before_install:
|
||||
|
||||
install:
|
||||
- export REPO=sartography/cr-connect-db
|
||||
- export TAG=`if ["$TRAVIS_BRANCH == "master"]; then echo "latest"; else echo $TRAVIS_BRANCH ; fi`
|
||||
- export TAG=`if [$TRAVIS_BRANCH == "master"]; then echo "latest"; else echo $TRAVIS_BRANCH ; fi`
|
||||
- docker build --build-arg GIT_COMMIT="$REPO:$COMMIT" -f Dockerfile -t $REPO:$COMMIT .
|
||||
- docker tag $REPO:$COMMIT $REPO:$TAG
|
||||
- docker tag $REPO:$COMMIT $REPO:travis-$TRAVIS_BUILD_NUMBER
|
||||
|
Loading…
x
Reference in New Issue
Block a user