Skip to content
Snippets Groups Projects
Verified Commit 6dcf5856 authored by Adam Caprez's avatar Adam Caprez
Browse files

Use downloaded tarball instead of local binary.

parent 72ece143
No related branches found
No related tags found
1 merge request!200Use downloaded tarball instead of local binary.
......@@ -30,7 +30,10 @@ deploy:
tags:
- hcc-docs-prod
script:
- export HUGOTMP=`mktemp -d`
- curl -L -o - ${HUGO_TARBALL} | tar -zx -C ${HUGOTMP}
- curl -L https://raw.githubusercontent.com/unlhcc/singularity-dockerfiles/master/IMAGELIST.md > static/markdown/singularity-images.md
- hugo --ignoreCache -b ${BASE_URL} -v
- ${HUGOTMP}/hugo --ignoreCache -b ${BASE_URL} -v
- pandoc -s content/facilities.md -o public/facilities.docx
- rsync -avz --delete public/ $DEPLOY_ROOT
- rm -rf ${HUGOTMP}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment