diff --git a/roles/openshift-apps/websites/templates/build.sh b/roles/openshift-apps/websites/templates/build.sh index 3b0f165390..07b7e6d44e 100644 --- a/roles/openshift-apps/websites/templates/build.sh +++ b/roles/openshift-apps/websites/templates/build.sh @@ -4,6 +4,6 @@ git clone --branch {% if env == "staging" %}staging{% else %}master{% endif %} h cd websites git rev-parse HEAD bash ./build-prod.sh /output -wget https://codeblock.fedorapeople.org/atomic-htaccess.py +curl -O https://codeblock.fedorapeople.org/atomic-htaccess.py python atomic-htaccess.py mv out/. /output/