Update .gitlab-ci.yml
This commit is contained in:
parent
884b18f2f1
commit
9aa5299bf2
@ -50,3 +50,15 @@ build-push-cic-eth:
|
|||||||
changes:
|
changes:
|
||||||
- apps/cic-eth/**/*
|
- apps/cic-eth/**/*
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
|
|
||||||
|
build-3p-deps:
|
||||||
|
extends:
|
||||||
|
- .py_build_push
|
||||||
|
- .cic_eth_variables
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == "master"
|
||||||
|
changes:
|
||||||
|
- apps/cic-eth/*requirements.txt
|
||||||
|
when: always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user