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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml')
-rw-r--r--vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml b/vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml
deleted file mode 100644
index dd3ef149668..00000000000
--- a/vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Full project: https://gitlab.com/pages/harp
-image: node:4.2.2
-
-pages:
- cache:
- paths:
- - node_modules
-
- script:
- - npm install -g harp
- - harp compile ./ public
- artifacts:
- paths:
- - public
- only:
- - master