diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-28 11:00:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-28 11:00:45 +0000 |
commit | 7e4b13b94699ee688c146afab727d2dec991376a (patch) | |
tree | 616ea2812602306c56e1529a1e8578bd168abb51 /contrib/cirrus/setup_environment.sh | |
parent | b2e7a3e45c89132e41b0d864dbc4eacacbecf08d (diff) | |
parent | 6e250c317c9bddafeb9b7c36dbdc9a79a457da32 (diff) | |
download | podman-7e4b13b94699ee688c146afab727d2dec991376a.tar.gz podman-7e4b13b94699ee688c146afab727d2dec991376a.tar.bz2 podman-7e4b13b94699ee688c146afab727d2dec991376a.zip |
Merge pull request #9467 from rhatdan/buildah
[NO TESTS NEEDED] Turn on podman-remote build --isolation
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index fcb1284e7..36878365d 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -36,6 +36,9 @@ do fi done +# Make sure cni network plugins directory exists +mkdir -p /etc/cni/net.d + # Ensure that all lower-level contexts and child-processes have # ready access to higher level orchestration (e.g Cirrus-CI) # variables. |