mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
Merge pull request #6576 from cevich/fix_in_podman
Fix missing code during in_podman build
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user