diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57f002a..a785f0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file