From 7c8fc5ed042e0f7ae7e1d235ae8f9079beb25921 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 6 May 2019 15:30:00 +0300 Subject: [PATCH] CI: change tag for resetting build backlog Needed because Github recognises @ci as mention of user. %ci:reset-backlog --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8bc321bbd..c753b102f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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