Merge pull request #6576 from cevich/fix_in_podman

Fix missing code during in_podman build
This commit is contained in:
OpenShift Merge Robot
2020-06-15 04:17:24 -04:00
committed by GitHub

View File

@ -10,11 +10,7 @@ ENV SCRIPT_BASE=./contrib/cirrus
ENV PACKER_BASE=$SCRIPT_BASE/packer ENV PACKER_BASE=$SCRIPT_BASE/packer
# Only add minimal tooling necessary to complete setup. # Only add minimal tooling necessary to complete setup.
ADD /$SCRIPT_BASE $GOSRC/$SCRIPT_BASE ADD / $GOSRC
ADD /hack/install_catatonit.sh $GOSRC/hack/
ADD /cni/*.conflist $GOSRC/cni/
ADD /test/*.json $GOSRC/test/
ADD /test/*.conf $GOSRC/test/
WORKDIR $GOSRC WORKDIR $GOSRC
# Re-use repositories and package setup as in VMs under CI # Re-use repositories and package setup as in VMs under CI