fix typo
the build failed Details

This commit is contained in:
Robert Kaussow 2018-12-20 10:08:05 +01:00
parent 665259736b
commit 9dd0944af0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pipeline:
build-prod:
image: alpine
command:
commands:
- wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -O - | tar -xz
- ./hugo version
when: