Build script upgrades

This commit is contained in:
Kishan B 2018-05-12 13:25:20 +05:30
parent 63e122945c
commit 21c22f3d8b
1 changed files with 2 additions and 6 deletions

View File

@ -1,14 +1,10 @@
sudo: false sudo: false
addons:
apt:
packages:
- tree
install: install:
- mkdir tools - mkdir tools
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz" - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- tar -xvzf tools/hugo.tar.gz -C tools - tar -xvzf tools/hugo.tar.gz -C tools
script: script:
- git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/ - git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/hugo-shopping-product-catalogue-simple
- tree -a
- ./tools/hugo -v --source exampleSite - ./tools/hugo -v --source exampleSite