From bcd61ebad82ca6da3451278b538a8fc8cc808424 Mon Sep 17 00:00:00 2001 From: Markus Ostermayer <markus.ostermayer@student.tugraz.at> Date: Sat, 8 Oct 2022 00:58:08 +0200 Subject: [PATCH] removed rule to debug the behavior on the debug-branch --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 985f17e..2da6983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ build-image: --dockerfile "Dockerfile" --destination "${CI_REGISTRY_IMAGE}:latest" --build-arg CI_TOKEN=${CI_JOB_TOKEN} - rules: - - if: $CI_COMMIT_BRANCH == "main" - changes: - - Dockerfile - - .gitlab-ci.yml + # rules: + # - if: $CI_COMMIT_BRANCH == "main" + # changes: + # - Dockerfile + # - .gitlab-ci.yml -- GitLab