Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
luc.frama.io
Commits
01d39f86
Verified
Commit
01d39f86
authored
Nov 28, 2019
by
Luc Didry
Browse files
👷
Fix CI
parent
04508565
Pipeline
#190486
passed with stages
in 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
01d39f86
image
:
alpine:3.5
before_script
:
-
apk update && apk add openssl
-
wget https://github.com/spf13/hugo/releases/download/v0.19/hugo_0.19_Linux-64bit.tar.gz
-
echo "3fc43b23a35dfe5290196bd0fc01f13f hugo_0.19_Linux-64bit.tar.gz" | md5sum -c
-
tar xf hugo_0.19_Linux-64bit.tar.gz --strip-components=1 && mv hugo_0.19_linux_amd64 hugo && cp ./hugo /usr/bin
-
hugo version
image
:
hatsoftwares/luc-frama-io:latest
test
:
script
:
-
hugo
-
hugo
except
:
-
master
-
master
pages
:
script
:
-
mkdir content data
-
hugo
-
mkdir content data
-
hugo
artifacts
:
paths
:
-
public
-
public
only
:
-
master
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment