summaryrefslogtreecommitdiff
path: root/contrib/cirrus/packer/fedora_base-setup.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-21 11:00:00 +0200
committerGitHub <noreply@github.com>2019-09-21 11:00:00 +0200
commite947d6354d9e154b07c34728abf3c2399b993131 (patch)
tree467636dcaf3fbd1b5d7ba2f1d368bc34d55903f1 /contrib/cirrus/packer/fedora_base-setup.sh
parent819b63c8de310d37a8658ee70fa3b825162a3e17 (diff)
parenta6534a7c9617047396252b66fdcd1caa49ce49d5 (diff)
downloadpodman-e947d6354d9e154b07c34728abf3c2399b993131.tar.gz
podman-e947d6354d9e154b07c34728abf3c2399b993131.tar.bz2
podman-e947d6354d9e154b07c34728abf3c2399b993131.zip
Merge pull request #3754 from cevich/latest_ubuntu
Add support for testing with the latest Ubuntu release
Diffstat (limited to 'contrib/cirrus/packer/fedora_base-setup.sh')
-rw-r--r--contrib/cirrus/packer/fedora_base-setup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cirrus/packer/fedora_base-setup.sh b/contrib/cirrus/packer/fedora_base-setup.sh
index 788a54c34..29c23117f 100644
--- a/contrib/cirrus/packer/fedora_base-setup.sh
+++ b/contrib/cirrus/packer/fedora_base-setup.sh
@@ -8,8 +8,6 @@ set -e
# Load in library (copied by packer, before this script was run)
source $GOSRC/$SCRIPT_BASE/lib.sh
-[[ "$1" == "post" ]] || exit 0 # nothing to do
-
install_ooe
echo "Updating packages"