Commit 5f245d56 authored by 朱允伟's avatar 朱允伟

Update .gitlab-ci.yml

parent 156fc44b
Pipeline #41822 passed with stages
in 1 minute and 2 seconds
stages:
- stage1
- stage2
- stage3
job1: job1:
stage: .pre stage: stage1
script: script:
- echo 'my .pre job' - echo 'my .pre job'
job2: job2:
stage: build stage: stage2
script: script:
- echo 'my build job' - echo 'my build job'
job3: job3:
stage: test stage: stage3
script: script:
- echo 'my test job' - echo 'my test job'
job4: job4:
stage: test stage: stage3
script: script:
- echo 'my test state job' - echo 'my test state job'
\ 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