From f325e148aa672200eda2dd34bece6b0f1aea3aac Mon Sep 17 00:00:00 2001 From: "lennard.boediger" Date: Fri, 4 Nov 2022 10:46:16 +0100 Subject: [PATCH] move the checkmark call to the top of the after_script section --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30a01f8..2d18f2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,8 @@ build: script: - make ci after_script: - - cp /app/.cache/scdaemon.log scdaemon.log - wget $icon_server/checkmark/$CI_COMMIT_REF_NAME/$CI_COMMIT_SHA/$CI_JOB_NAME/$CI_JOB_STATUS/${CI_JOB_URL#*/*/*/} + - cp /app/.cache/scdaemon.log scdaemon.log coverage: '/^\d+.\d+% coverage/' artifacts: when: always