Commit 498bf863 authored by esf's avatar esf

11

parent 5892a9f9
Pipeline #19242 canceled with stages
stages:
- test
- build
image-build: image-build:
stage: build stage: build
tags: tags:
- test - test
script: script:
- echo "这是第一步" - echo $CI_COMMIT_BRANCH
- echo "这是第二步" - echo "这是第二步"
- echo $SWR_HOST - echo $SWR_HOST
...@@ -13,6 +16,4 @@ job1: ...@@ -13,6 +16,4 @@ job1:
- test - test
script: script:
- echo "这是第三步" - 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