Skip to content
Snippets Groups Projects

Fetch Singularity image list for deploy.

Merged Adam Caprez requested to merge singularity-table into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -30,6 +30,7 @@ deploy:
@@ -30,6 +30,7 @@ deploy:
tags:
tags:
- docs-test
- docs-test
script:
script:
 
- curl -L https://raw.githubusercontent.com/unlhcc/singularity-dockerfiles/master/IMAGELIST.md > static/markdown/singularity-images.md
- hugo --ignoreCache -b ${BASE_URL} -v
- hugo --ignoreCache -b ${BASE_URL} -v
- pandoc -s content/facilities.md -o public/facilities.docx
- pandoc -s content/facilities.md -o public/facilities.docx
- rsync -avz --delete public/ $DEPLOY_ROOT
- rsync -avz --delete public/ $DEPLOY_ROOT
Loading