Compare commits

...

3 Commits

Author SHA1 Message Date
Daven Savoie 51e592b12b Update apps/cic-eth/requirements.txt 2021-07-14 17:16:26 +00:00
Daven Savoie 910fabe8c2 Update requirements.txt 2021-07-14 16:49:39 +00:00
Daven Savoie 9aa5299bf2 Update .gitlab-ci.yml 2021-07-14 16:17:54 +00:00
1 changed files with 12 additions and 0 deletions

View File

@ -50,3 +50,15 @@ build-push-cic-eth:
changes:
- apps/cic-eth/**/*
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