Browse Source
CI: let tag '%ci:reset-backlog' will affect PRs too
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
0 deletions
-
.cirrus.yml
|
@ -33,6 +33,7 @@ build_task: |
|
|
# If commit message contains line '%ci:reset-backlog', builds will be done |
|
|
# If commit message contains line '%ci:reset-backlog', builds will be done |
|
|
# only for current commit. |
|
|
# only for current commit. |
|
|
unset CIRRUS_LAST_GREEN_CHANGE |
|
|
unset CIRRUS_LAST_GREEN_CHANGE |
|
|
|
|
|
unset CIRRUS_BASE_SHA |
|
|
fi |
|
|
fi |
|
|
MODIFIED_PACKAGES=$(./scripts/build/ci/determine_git_changes.sh) |
|
|
MODIFIED_PACKAGES=$(./scripts/build/ci/determine_git_changes.sh) |
|
|
for package in $MODIFIED_PACKAGES; do |
|
|
for package in $MODIFIED_PACKAGES; do |
|
@ -72,6 +73,7 @@ publish_task: |
|
|
upload_to_bintray_script: | |
|
|
upload_to_bintray_script: | |
|
|
if grep -qiP '^\s*%ci:reset-backlog\s*$' <(git log --format="%B" -n 1 "$CIRRUS_CHANGE_IN_REPO"); then |
|
|
if grep -qiP '^\s*%ci:reset-backlog\s*$' <(git log --format="%B" -n 1 "$CIRRUS_CHANGE_IN_REPO"); then |
|
|
unset CIRRUS_LAST_GREEN_CHANGE |
|
|
unset CIRRUS_LAST_GREEN_CHANGE |
|
|
|
|
|
unset CIRRUS_BASE_SHA |
|
|
fi |
|
|
fi |
|
|
MODIFIED_PACKAGES=$(./scripts/build/ci/determine_git_changes.sh) |
|
|
MODIFIED_PACKAGES=$(./scripts/build/ci/determine_git_changes.sh) |
|
|
if [ -n "$MODIFIED_PACKAGES" ]; then |
|
|
if [ -n "$MODIFIED_PACKAGES" ]; then |
|
|