From 9aa5299bf2b8af55b50a5a9fd18f9ea2767d40c4 Mon Sep 17 00:00:00 2001 From: Daven Savoie Date: Wed, 14 Jul 2021 16:17:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- apps/cic-eth/.gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index ef2b7462..9bea0eab 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -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 +