diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-09 00:16:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 00:16:45 +0200 |
commit | 7633bd3b1be940050ab80bfbffe3b7d1f5b1169c (patch) | |
tree | 315f0430041df9961b582118daf1afe0d4691d9d /contrib/cirrus/integration_test.sh | |
parent | f4fec6ce718084c7d274ba08c6150878522fa24f (diff) | |
parent | 3d559df540da5c7df488287510bdf9c8dcbc6b72 (diff) | |
download | podman-7633bd3b1be940050ab80bfbffe3b7d1f5b1169c.tar.gz podman-7633bd3b1be940050ab80bfbffe3b7d1f5b1169c.tar.bz2 podman-7633bd3b1be940050ab80bfbffe3b7d1f5b1169c.zip |
Merge pull request #1936 from cevich/cirrus_packaged_deps
Cirrus: Use packaged-based dependencies
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index b163834d5..959bf3c43 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -1,6 +1,7 @@ #!/bin/bash set -e + source $(dirname $0)/lib.sh req_env_var GOSRC SCRIPT_BASE OS_RELEASE_ID OS_RELEASE_VER CONTAINER_RUNTIME |