CI: change tag for resetting build backlog
Needed because Github recognises @ci as mention of user. %ci:reset-backlog
This commit is contained in:
parent
05782bc8d8
commit
7c8fc5ed04
@ -29,8 +29,8 @@ build_task:
|
||||
|
||||
# Determine changes in repository and build modified packages.
|
||||
build_script: |
|
||||
if grep -qiP '^@ci:reset-backlog$' <(echo "$CIRRUS_CHANGE_MESSAGE"); then
|
||||
# If commit message contains line '@ci:reset-backlog', no builds
|
||||
if grep -qiP '^%ci:reset-backlog$' <(echo "$CIRRUS_CHANGE_MESSAGE"); then
|
||||
# If commit message contains line '%ci:reset-backlog', no builds
|
||||
# should be done and CI should stop with "green" status.
|
||||
MODIFIED_PACKAGES=""
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user