mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
Fix missing code during in_podman build
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -10,11 +10,7 @@ ENV SCRIPT_BASE=./contrib/cirrus
|
||||
ENV PACKER_BASE=$SCRIPT_BASE/packer
|
||||
|
||||
# Only add minimal tooling necessary to complete setup.
|
||||
ADD /$SCRIPT_BASE $GOSRC/$SCRIPT_BASE
|
||||
ADD /hack/install_catatonit.sh $GOSRC/hack/
|
||||
ADD /cni/*.conflist $GOSRC/cni/
|
||||
ADD /test/*.json $GOSRC/test/
|
||||
ADD /test/*.conf $GOSRC/test/
|
||||
ADD / $GOSRC
|
||||
WORKDIR $GOSRC
|
||||
|
||||
# Re-use repositories and package setup as in VMs under CI
|
||||
|
Reference in New Issue
Block a user