From b06e3250d5e4f93e988222a8dcd147f2b2b057dd Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 22 Oct 2023 19:23:32 +0100 Subject: [PATCH] Remove bot workaround for the test stage The issue referenced was fixed a few months after we added the workaround. Signed-off-by: Emil Velikov --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97dbd53..f036160 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,11 +176,6 @@ image:publish:secure: .test: stage: test dependencies: [] - only: - variables: - # Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/259663 - # This is fine as at this point we're sure that the release works anyway. - - $GITLAB_USER_EMAIL != "project10185_bot2@example.com" except: refs: - releases