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
|
||||
paths:
|
||||
- clearing_test
|
||||
only:
|
||||
- dev
|
||||
|
||||
build:
|
||||
image: ${DOCKER_PROXY}/maven:latest
|
||||
|
|
@ -34,6 +36,8 @@ build:
|
|||
expire_in: 1 day
|
||||
paths:
|
||||
- /builds/mfd/clearing/z-distr/target/clearing
|
||||
only:
|
||||
- dev
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
|
@ -50,4 +54,6 @@ test:
|
|||
expire_in: 1 day
|
||||
when: always
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/clr_test/mnt
|
||||
- $CI_PROJECT_DIR/clr_test/mnt
|
||||
only:
|
||||
- dev
|
||||
Loading…
Add table
Reference in a new issue