diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-01-10 18:34:51 +0100 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-01-14 12:41:38 +0100 |
commit | 06df35f41b70e55615a42fcf1673b84da91082e2 (patch) | |
tree | f28bd495049280d893aa99e559993cd66a0ea39d /.gitlab-ci.yml | |
parent | a7ff2dc4058cfdcdd4b5e36833b117fe69c9a242 (diff) | |
download | gitlab-ce-06df35f41b70e55615a42fcf1673b84da91082e2.tar.gz |
Remove QA job for node@6
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
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 |