Commit 76f813f0 authored by 朱允伟's avatar 朱允伟

Update .gitlab-ci.yml

parent 7b6a16db
Pipeline #41826 failed with stages
in 24 seconds
stages:
- stage1
- stage2
- stage3
- install
- build
- deploy
job1:
stage: stage1
job_install:
stage: install
script:
- echo 'my .pre job'
retry:
max: 2
when:
- runner_system_failure
- npm install
job2:
stage: stage2
script:
- echo 'my build job'
job3:
stage: stage3
job_build:
stage: build
script:
- echo 'my test job'
- npm run build
job4:
stage: stage3
job_deploy:
stage: deploy
script:
- echo 'my test state job'
\ No newline at end of file
- echo 'start 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