mirror of
https://github.com/containers/skopeo.git
synced 2025-09-16 23:09:01 +00:00
Travis -> Cirrus: validate, vendor, and test
Also add some basic setup commands to hack/get_ci_vm.sh Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@@ -44,7 +44,11 @@ elif [[ "$1" == "--setup" ]]; then
|
||||
# get_ci_vm container entrypoint calls us with this option on the
|
||||
# Cirrus-CI environment instance, to perform repo.-specific setup.
|
||||
cd $REPO_DIRPATH
|
||||
echo "+ No further setup performed" > /dev/stderr
|
||||
echo "+ Growing root filesystem" > /dev/stderr
|
||||
growpart /dev/sda 1
|
||||
resize2fs /dev/sda1
|
||||
echo "+ Erasing pre-installed skopeo package" > /dev/stderr
|
||||
dnf erase -y skopeo
|
||||
else
|
||||
# Create and access VM for specified Cirrus-CI task
|
||||
mkdir -p $HOME/.config/gcloud/ssh
|
||||
|
Reference in New Issue
Block a user