Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
adding submodule cloning to build
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed Feb 19, 2018
1 parent cd7c4ed commit 4fdb6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ phases:
- curl -Ls https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz -o /tmp/hugo.tar.gz
- tar xf /tmp/hugo.tar.gz -C /usr/local/bin
- hugo version
pre_build:
commands:
- git submodule init
- git submodule update
build:
commands:
- hugo
Expand Down

0 comments on commit 4fdb6b0

Please sign in to comment.