Remove non-standard : anchors

This commit is contained in:
Michael Vines
2018-12-18 17:33:28 -08:00
committed by Grimes
parent b4fe70d3d8
commit 506724fc93
4 changed files with 22 additions and 22 deletions

View File

@@ -1,12 +1,11 @@
#!/usr/bin/env bash
set -e
#
# Only run snap.sh for pull requests that modify files under /snap
#
set -e
cd "$(dirname "$0")"/..
ci/affects-files.sh :snap/ || {
ci/affects-files.sh ^snap/ || {
echo "Skipping snap build as no files under /snap were modified"
exit 0
}