Commit 4b338daf by 汤文兵

docker run 不用 -it

parent bea8b7ca
Pipeline #84 failed with stages
in 7 seconds
...@@ -17,7 +17,7 @@ test: ...@@ -17,7 +17,7 @@ test:
stage: build stage: build
script: script:
- echo "Do your build here" - echo "Do your build here"
- docker run --rm -it -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && npm test" - docker run --rm -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && npm test"
deploy: deploy:
stage: deploy stage: deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment