提交 5f03a5b5 编写于 作者: J Jonathan Thomas

Stubbing out publish gitlab job

上级 535a4018
stages:
- build
- deploy
- publish
linux-builder:
stage: build
......@@ -135,7 +136,7 @@ deployer:
- deploy/*
script:
- mkdir -p deploy;
- touch deploy/TEST;
- touch deploy/TEST-DEPLOY;
- ls
- echo "Deploy me please"
when: manual
......@@ -145,3 +146,22 @@ deployer:
- /^release.*$/
tags:
- linux-bionic
publisher:
stage: publish
artifacts:
expire_in: 4 weeks
paths:
- publish/*
script:
- mkdir -p publish;
- touch publish/TEST-PUBLISH;
- ls
- echo "Publish me please"
when: manual
except:
- tags
only:
- /^release.*$/
tags:
- linux-bionic
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册