Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#674 from CentOS-PaaS-SIG/johnbiere…
Browse files Browse the repository at this point in the history
…n-patch-3
  • Loading branch information
paas-bot authored Jul 3, 2018
2 parents 30f3027 + eb3f167 commit 74f0693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/Dockerfiles/cloud-image-compose/virt-customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi

# Temporary work around for broken rawhide image
if [ $branch == "rawhide" ]; then
wget https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20180615.n.0/compose/Cloud/x86_64/images/Fedora-Cloud-Base-Rawhide-20180615.n.0.x86_64.qcow2
DOWNLOADED_IMAGE_LOCATION=$(pwd)/Fedora-Cloud-Base-Rawhide-20180615.n.0.x86_64.qcow2
wget http://artifacts.ci.centos.org/artifacts/fedora-atomic/pipeline/rawhide/images/Fedora-Cloud-Base-Rawhide-20180701.n.0.x86_64.qcow2
DOWNLOADED_IMAGE_LOCATION=$(pwd)/Fedora-Cloud-Base-Rawhide-20180701.n.0.x86_64.qcow2
else
wget --quiet -r --no-parent -A 'Fedora-Cloud-Base*.qcow2' ${INSTALL_URL}
DOWNLOADED_IMAGE_LOCATION=$(pwd)/$(find dl.fedoraproject.org -name "*.qcow2" | head -1)
Expand Down

0 comments on commit 74f0693

Please sign in to comment.