fix gitlab-ci (original state)
This commit is contained in:
parent
ee59cdc8bc
commit
4d21de4b1f
@ -1,16 +1,5 @@
|
|||||||
image: publysher/hugo
|
image: publysher/hugo
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- /var/cache/apt/archives/
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get -qq install git-core
|
|
||||||
- git config --global user.name "User Name"
|
|
||||||
- git config --global user.email "user@example.com"
|
|
||||||
- git config --list
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
@ -18,4 +7,4 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
Loading…
x
Reference in New Issue
Block a user