Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
firecyberice committed Sep 13, 2015
1 parent 04e72f8 commit 8a002ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ loadS3_and_extract:
aws s3 cp s3://$(AWS_BUCKET)/$(targz_file) >./binary.tar.gz
mkdir contents/
tar xzf binary.tar.gz -C content/
cd content && \
mv hugo*/hugo* ./hugo
ls -la content/

download:
curl -L https://github.com/spf13/hugo/releases/download/v$(VERSION)/hugo_$(VERSION)_linux_arm.tar.gz > ./binary.tar.gz
mkdir content/
tar xzf binary.tar.gz -C content/
cd content && \
mv hugo*/hugo* ./hugo
ls -la content/

dockerbuild:
Expand Down

0 comments on commit 8a002ff

Please sign in to comment.