Fix syntax error in travis.yaml

pull/148/head
johnniang 2019-05-09 15:35:11 +08:00
parent 3dcf20aa3a
commit 08ee272d78
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- stage: build
script: ./gradlew build -x test
- stage: build-docker-image
scrip:
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t $DOCKER_USERNAME/halo .
- docker images