Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-12-07 14:24:11 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-07 14:24:11 +0300
commit0a79541b13fe2f0e15649278719945f3502af9c3 (patch)
treeae67539dea6226c293bd09c0e2510ba1b9a25965
parentcb9f9529988856cef3b3f9b06d954ae1083ab8d3 (diff)
fix yaml
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f6c81a..7501909 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ image: registry.gitlab.com/pages/hugo:latest
pages:
script:
+ - apk add git
- git clone https://github.com/gohugoio/hugobasicexample.git && mkdir -p hugobasicexample/themes/monopriv
- cp -r archetypes exampleSite images layouts resources static theme.toml hugobasicexample/themes/monopriv/ && ls
- cd hugobasicexample/