Commit 5892a9f9 authored by esf's avatar esf

11

parent 4adcff7d
Pipeline #17199 passed with stages
in 0 seconds
image-build:
stage: build
tags:
- test
script:
- echo "这是第一步"
- echo "这是第二步"
- echo $SWR_HOST
job1:
stage: test
tags:
- test
script:
- echo "这是第三步"
stages:
- test
- build
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