From ac0475488c5e1bc3a997c24fb2aaba2d1be055ca Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Mon, 2 May 2022 20:17:09 -0700 Subject: [PATCH] hopefully fixing the ci cd process to watch the cogs dir --- .gitlab-ci.yml | 1 + helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61709f27..b9bed414 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ lint_python: rules: - changes: - app/**/* + - app/cogs/* build_and_push_container: stage: deploy diff --git a/helm/values.yaml b/helm/values.yaml index eea29aa7..c7f183cc 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "167" + tag: "168" repository: ldooks/dragon-bot pullPolicy: IfNotPresent