Compare commits
1 commit
10b2b80fe7
...
281c9d8412
Author | SHA1 | Date | |
---|---|---|---|
281c9d8412 |
1 changed files with 9 additions and 0 deletions
|
@ -33,3 +33,12 @@ steps:
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_BRANCH}
|
- ${CI_COMMIT_BRANCH}
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
|
|
||||||
|
sleep:
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
depends_on:
|
||||||
|
- build-branch
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- sleep 60
|
||||||
|
|
Loading…
Add table
Reference in a new issue