Browse Source

CI: change tag for resetting build backlog

Needed because Github recognises @ci as mention of user.

%ci:reset-backlog
emacs-27
Leonid Plyushch 6 years ago
parent
commit
9e0b075986
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      .cirrus.yml

4
.cirrus.yml

@ -29,8 +29,8 @@ build_task:
# Determine changes in repository and build modified packages. # Determine changes in repository and build modified packages.
build_script: | build_script: |
if grep -qiP '^@ci:reset-backlog$' <(echo "$CIRRUS_CHANGE_MESSAGE"); then if grep -qiP '^%ci:reset-backlog$' <(echo "$CIRRUS_CHANGE_MESSAGE"); then
# If commit message contains line '@ci:reset-backlog', no builds # If commit message contains line '%ci:reset-backlog', no builds
# should be done and CI should stop with "green" status. # should be done and CI should stop with "green" status.
MODIFIED_PACKAGES="" MODIFIED_PACKAGES=""
else else

Loading…
Cancel
Save