move the checkmark call to the top of the after_script section

This commit is contained in:
lennard.boediger
2022-11-04 10:46:16 +01:00
parent ec6fd21579
commit f325e148aa
+1 -1
View File
@@ -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