Skip to content

Commit

Permalink
fix buildspec command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hessu committed Jan 30, 2020
1 parent 19f0f08 commit ec127f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
golang: 1.13
commands:
- wget "https://github.com/gohugoio/hugo/releases/download/v${hugo_version}/hugo_${hugo_version}_Linux-64bit.deb"
- sudo dpkg -i hugo_${hugo_version}_Linux-64bit.deb
- dpkg -i hugo_${hugo_version}_Linux-64bit.deb
finally:
- hugo version
build:
Expand Down

0 comments on commit ec127f1

Please sign in to comment.