fix command separators in multiline command
This commit is contained in:
parent
86c2796777
commit
1c490bc148
@ -17,6 +17,6 @@ after_success:
|
|||||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
- docker push "sixtlabs/gomodproxy:latest"
|
- docker push "sixtlabs/gomodproxy:latest"
|
||||||
- if [ ! -z $TRAVIS_TAG ] ; then
|
- if [ ! -z $TRAVIS_TAG ] ; then
|
||||||
docker tag sixtlabs/gomodproxy:latest sixtlabs/gomodproxy:$TRAVIS_TAG
|
docker tag sixtlabs/gomodproxy:latest sixtlabs/gomodproxy:$TRAVIS_TAG;
|
||||||
docker push sixtlabs/gomodproxy:$TRAVIS_TAG
|
docker push sixtlabs/gomodproxy:$TRAVIS_TAG;
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user