summaryrefslogtreecommitdiff
path: root/contrib/cirrus/runner.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-10-06 14:12:49 -0400
committerChris Evich <cevich@redhat.com>2020-10-07 15:29:43 -0400
commit5b7c64cc97e8bf912c6ab7492827e2b871cb17d1 (patch)
tree8db2ad1cbf5329d4228f8475a2cc8b64ff613acd /contrib/cirrus/runner.sh
parentae0f65565200df36347513cdb41989ed3f7a2e93 (diff)
downloadpodman-5b7c64cc97e8bf912c6ab7492827e2b871cb17d1.tar.gz
podman-5b7c64cc97e8bf912c6ab7492827e2b871cb17d1.tar.bz2
podman-5b7c64cc97e8bf912c6ab7492827e2b871cb17d1.zip
Cirrus: Fix obtaining a CI VM
Also removed automatic exection of setup_environment.sh since most people using this script are podman developers (not automation/CI folks). If executing the automation scripts is necessary, manual attendance to required variables like `$TEST_FLAVOR` is mandatory. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/runner.sh')
-rwxr-xr-xcontrib/cirrus/runner.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index 8a85acbd1..bfac8e7cb 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -139,6 +139,9 @@ function _run_vendor() {
}
function _run_build() {
+ # Ensure always start from clean-slate with all vendor modules downloaded
+ make clean
+ make vendor
make podman-release
make podman-remote-linux-release
}