mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
parent
f36f2fa07d
commit
01aa8cb0b4
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,10 @@ include:
|
||||||
- '.gitlab/ci/templates/*.yml'
|
- '.gitlab/ci/templates/*.yml'
|
||||||
- '.gitlab/ci/jobs/*.yml'
|
- '.gitlab/ci/jobs/*.yml'
|
||||||
|
|
||||||
|
workflow:
|
||||||
|
auto_cancel:
|
||||||
|
on_new_commit: interruptible
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
|
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
|
||||||
GIT_DEPTH: 20
|
GIT_DEPTH: 20
|
||||||
|
@ -10,5 +14,6 @@ stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
interruptible: true
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
Loading…
Reference in a new issue