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:
authorLukas Eipert <leipert@gitlab.com>2019-01-10 20:34:51 +0300
committerLukas Eipert <leipert@gitlab.com>2019-01-14 14:41:38 +0300
commit06df35f41b70e55615a42fcf1673b84da91082e2 (patch)
treef28bd495049280d893aa99e559993cd66a0ea39d /.gitlab-ci.yml
parenta7ff2dc4058cfdcdd4b5e36833b117fe69c9a242 (diff)
Remove QA job for node@6
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45de5ce61c6..18e2c998ee8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -804,10 +804,6 @@ qa:selectors:
- yarn run webpack-prod
<<: *except-docs
-qa-frontend-node:6:
- <<: *qa-frontend-node
- image: node:6-alpine
-
qa-frontend-node:8:
<<: *qa-frontend-node
image: node:8-alpine