Commit 19ef976b by twb

Update .gitlab-ci.yml

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