diff options
author | Chris Evich <cevich@redhat.com> | 2019-08-09 09:16:09 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-09-20 14:34:13 -0400 |
commit | 831a64393e1a0440efa3890410ff61ad908de6bd (patch) | |
tree | 00675f0fd02c8253961c8369f182c074e6dc39db /contrib/cirrus/check_image.sh | |
parent | 9a2ae2442dc018444f73009e2faa513008f01128 (diff) | |
download | podman-831a64393e1a0440efa3890410ff61ad908de6bd.tar.gz podman-831a64393e1a0440efa3890410ff61ad908de6bd.tar.bz2 podman-831a64393e1a0440efa3890410ff61ad908de6bd.zip |
Cirrus: disable Evil Units in base-images
Also, minor update to prevent harmless 'Fatal: not a git repo' error.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/check_image.sh')
-rwxr-xr-x | contrib/cirrus/check_image.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/check_image.sh b/contrib/cirrus/check_image.sh index ad9a12f49..39f49d0a1 100755 --- a/contrib/cirrus/check_image.sh +++ b/contrib/cirrus/check_image.sh @@ -4,6 +4,8 @@ set -eo pipefail source $(dirname $0)/lib.sh +EVIL_UNITS="$($CIRRUS_WORKING_DIR/$PACKER_BASE/systemd_banish.sh --list)" + req_env_var PACKER_BUILDER_NAME TEST_REMOTE_CLIENT EVIL_UNITS OS_RELEASE_ID NFAILS=0 |