summaryrefslogtreecommitdiff
path: root/contrib/cirrus/setup_environment.sh
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-01-19 17:19:46 +0100
committerValentin Rothberg <rothberg@redhat.com>2021-01-20 14:38:02 +0100
commita3621a7cff27a77a53031cd58b2015a0f178101b (patch)
treeb46d046e20257b5870352f85c0bf29c68e90835b /contrib/cirrus/setup_environment.sh
parent41a7e11c7e3eb756a43316558d712eea33e11829 (diff)
downloadpodman-a3621a7cff27a77a53031cd58b2015a0f178101b.tar.gz
podman-a3621a7cff27a77a53031cd58b2015a0f178101b.tar.bz2
podman-a3621a7cff27a77a53031cd58b2015a0f178101b.zip
Cirrus: add bindings checks
Make sure that bindings are in sync with the code. The check is similar to what's already being done with `make vendor`, so integrate the two. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 5c6f05ac0..7b49caba0 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -214,7 +214,7 @@ case "$TEST_FLAVOR" in
install_test_configs
;;
- vendor) make clean ;;
+ consistency) make clean ;;
release) ;;
*) die_unknown TEST_FLAVOR
esac