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/Gatsby.gitlab-ci.yml')
-rw-r--r--vendor/gitlab-ci-yml/Pages/Gatsby.gitlab-ci.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/gitlab-ci-yml/Pages/Gatsby.gitlab-ci.yml b/vendor/gitlab-ci-yml/Pages/Gatsby.gitlab-ci.yml
deleted file mode 100644
index 9df2a4797b2..00000000000
--- a/vendor/gitlab-ci-yml/Pages/Gatsby.gitlab-ci.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-image: node:latest
-
-# This folder is cached between builds
-# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
-cache:
- paths:
- - node_modules/
-
-pages:
- script:
- - yarn install
- - ./node_modules/.bin/gatsby build --prefix-paths
- artifacts:
- paths:
- - public
- only:
- - master