fix gitlab-ci (original state)

This commit is contained in:
Virtua Creative
2016-04-20 15:40:36 +00:00
parent ee59cdc8bc
commit 4d21de4b1f
+1 -12
View File
@@ -1,16 +1,5 @@
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:
script:
- hugo
@@ -18,4 +7,4 @@ pages:
paths:
- public
only:
- master
- master