Commit 43bae966 authored by esf's avatar esf

11

parent cd196ba8
Pipeline #17192 failed
stages: image-build:
- test
- build
test:
stage: test
tags:
- test
script: echo "Running tests"
build:
stage: build
tags: tags:
- test - test
script: echo "Building the app" script:
- echo "这是第一步"
- echo "这是第二步"
rules:
- if : $CI_COMMIT_TAG
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