added allowed branched to .gitlab-ci.yml
This commit is contained in:
parent
9974b5ddc2
commit
8d70db939f
1 changed files with 7 additions and 1 deletions
|
|
@ -23,6 +23,8 @@ preflight:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- clearing_test
|
- clearing_test
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: ${DOCKER_PROXY}/maven:latest
|
image: ${DOCKER_PROXY}/maven:latest
|
||||||
|
|
@ -34,6 +36,8 @@ build:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- /builds/mfd/clearing/z-distr/target/clearing
|
- /builds/mfd/clearing/z-distr/target/clearing
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
@ -51,3 +55,5 @@ test:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- $CI_PROJECT_DIR/clr_test/mnt
|
- $CI_PROJECT_DIR/clr_test/mnt
|
||||||
|
only:
|
||||||
|
- dev
|
||||||
Loading…
Add table
Reference in a new issue