mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
move the checkmark call to the top of the after_script section
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user