Commit a05bbca2 authored by 朱允伟's avatar 朱允伟

Update .gitlab-ci.yml

parent 6ddd8620
Pipeline #41819 failed
job1: job1:
stage: .pre
script:
- echo 'my .pre job'
job2:
stage: build stage: build
script: script:
- echo 'my ci/cd' - echo 'my build job'
\ No newline at end of file
job3:
stage: test
script:
- echo 'my test job'
job4:
stage: test
script:
- 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