From 49e05090188f22fce16cf0f0ceb5af5f111b9398 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 4 Jan 2024 19:07:16 +0100 Subject: [PATCH] fix: ci --- .gitlab-ci.yml | 2 +- devenv.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec72f87..23c4775 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ - nixos stage: release rules: - - if: 'CI_COMMIT_TAG_MESSAGE =~ /DO_RELEASE/ && $CI_COMMIT_TAG' + - if: '$CI_COMMIT_TAG_MESSAGE =~ /DO_RELEASE/ && $CI_COMMIT_TAG' when: on_success - when: never variables: diff --git a/devenv.nix b/devenv.nix index a446170..5d729bc 100644 --- a/devenv.nix +++ b/devenv.nix @@ -156,7 +156,7 @@ tasks: - nixos stage: release rules: - - if: 'CI_COMMIT_TAG_MESSAGE =~ /DO_RELEASE/ && $CI_COMMIT_TAG' + - if: '$CI_COMMIT_TAG_MESSAGE =~ /DO_RELEASE/ && $CI_COMMIT_TAG' when: on_success - when: never variables: -- GitLab