提交 08ee272d 编写于 作者: J johnniang

Fix syntax error in travis.yaml

上级 3dcf20aa
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
- stage: build - stage: build
script: ./gradlew build -x test script: ./gradlew build -x test
- stage: build-docker-image - stage: build-docker-image
scrip: script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t $DOCKER_USERNAME/halo . - docker build -t $DOCKER_USERNAME/halo .
- docker images - docker images
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册