diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-21 22:08:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 22:08:00 +0200 |
commit | 8f43d08d966b9519011cb8ca86e2db9f1f18dfcb (patch) | |
tree | e436080eb7b9659b71e03df367d1ea87cfac8c76 /contrib/cirrus/packer/fah_setup.sh | |
parent | cec56b0075eeec6a8cdfba3138dec32fdcd36b47 (diff) | |
parent | bd0ac639bf1100c268d436bd44032b8fa46b9cc6 (diff) | |
download | podman-8f43d08d966b9519011cb8ca86e2db9f1f18dfcb.tar.gz podman-8f43d08d966b9519011cb8ca86e2db9f1f18dfcb.tar.bz2 podman-8f43d08d966b9519011cb8ca86e2db9f1f18dfcb.zip |
Merge pull request #2561 from cevich/cirrus_test_images
Cirrus: Support testing of VM cache-image changes
Diffstat (limited to 'contrib/cirrus/packer/fah_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/fah_setup.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/cirrus/packer/fah_setup.sh b/contrib/cirrus/packer/fah_setup.sh deleted file mode 100644 index 18c4db0af..000000000 --- a/contrib/cirrus/packer/fah_setup.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -# This script is called by packer on the subject fah VM, to setup the podman -# build/test environment. It's not intended to be used outside of this context. - -set -e - -# Load in library (copied by packer, before this script was run) -source /tmp/libpod/$SCRIPT_BASE/lib.sh - -req_env_var SCRIPT_BASE - -install_ooe - -ooe.sh sudo atomic host upgrade - -ooe.sh sudo rpm-ostree uninstall cloud-init - -rh_finalize - -echo "SUCCESS!" |