From e63dc7f46b3a47d6fac94239d64275f215bd39a2 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 7 Apr 2023 20:51:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7aca0cf..b6455bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build:master: --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:latest" rules: - - if: '${CI_COMMIT_BRANCH} == "master"' + - if: '$CI_COMMIT_BRANCH == "master"' build:branch: @@ -31,4 +31,4 @@ build:branch: --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}" --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}" rules: - - if: '${CI_COMMIT_BRANCH} != "master"' \ No newline at end of file + - if: '$CI_COMMIT_BRANCH != "master"' \ No newline at end of file