Commit 19ef976b by twb

Update .gitlab-ci.yml

parent abc022a0
Pipeline #976 failed with stages
in 3 seconds
......@@ -12,6 +12,7 @@ init:
- echo ${UMI_ENV}
- echo ${PROJECT_PATH}
- yarn --ignore-optional --registry=https://registry.npm.taobao.org
- echo 'hello test' > ./out.js
#build:
# stage: build
......@@ -25,6 +26,5 @@ deploy:
only:
- release
script:
- echo "start deploy" > ./out.js
- cp -f ./out.js /temp/out.js
- cp -f ./out.js /tmp/out.js
- echo "end deploy"
\ No newline at end of file
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