From f3f1432c50e7b4df3a98047035937fb54478ca57 Mon Sep 17 00:00:00 2001 From: JostTim <44769559+JostTim@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:26:46 +0100 Subject: [PATCH] test ci/cd --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80a33fb..3dc5189 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ documentation: paths: - ${CI_PROJECT_DIR}/public rules: - - if: '${CI_COMMIT_BRANCH} == "main"' + - if: $CI_COMMIT_BRANCH == "main" publish: # stage : publish @@ -31,4 +31,4 @@ publish: - python -m build - python -m twine upload --repository pypi dist/* rules: - - if: '${CI_COMMIT_BRANCH} == "main"' \ No newline at end of file + - if: $CI_COMMIT_BRANCH == "main" \ No newline at end of file -- GitLab