Skip to content

Commit

Permalink
fixup! Cirrus: Support runc testing on debian VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
cevich committed Jan 31, 2023
1 parent d928055 commit 4500b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cirrus/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo -e "\n# Begin single-use VM global variables (${BASH_SOURCE[0]})" \

# This is a possible manual maintenance gaff, check to be sure everything matches.
# shellcheck disable=SC2154
[[ "$OS_REL_VER" =~ $DISTRO_NV ]] || \
grep -q "$DISTRO_NV" <<<"$OS_REL_VER" || \
die "Automation spec. '$DISTRO_NV'; actual host '$OS_REL_VER'"

# Only allow this script to execute once
Expand Down

0 comments on commit 4500b9a

Please sign in to comment.