1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-26 06:50:07 +02:00

try secret in evaluate

This commit is contained in:
vanous 2023-08-13 16:17:12 +02:00
parent 8889ebb063
commit b74d240792

View File

@ -118,8 +118,5 @@ steps:
secrets: [ commit_token ]
when:
event: cron
evaluate:
'${CI_COMMIT_SHA_LAST_PUBLISH}' != 'CI_COMMIT_SHA'
- evaluate: '${CI_COMMIT_SHA_LAST_PUBLISH} != CI_COMMIT_SHA'
secrets: [ ci_commit_sha_last_publish ]