Commit 9c684c6e authored by 叶飞's avatar 叶飞

feat: gitlab ci

parent d054c939
Pipeline #18316 failed with stage
in 13 seconds
variables:
DEPLOY_PATH: 'F:/wisdomComponents'
DEPLOY_ORIGIN_PATH: 'E:/GitLabCi/builds'
stages:
- init
before_script:
- echo 查看运行环境
- whoami
- node -v
- pwd
init:
stage: init
script:
- cd $DEPLOY_PATH
- echo 1234
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