From c681a73885e576e953bbc9f0b5a6e8c5ff10bc26 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Mon, 15 Feb 2021 18:22:20 +0000 Subject: [PATCH] Deprecate node-10 image Signed-off-by: Takuya Noguchi --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc38949..dabc4a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,9 +75,6 @@ variables: # Tests -# Used by GDK verify step: https://gitlab.com/gitlab-org/gitlab-development-kit -node-10 test: *test_custom - # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml ruby-2.6-golang-1.14-git-2.28 test: *test_custom ruby-2.6-golang-1.15-git-2.28 test: *test_custom @@ -150,9 +147,6 @@ gitlab-operator-build-base test: *test_build # Builds -# Used by GDK verify step: https://gitlab.com/gitlab-org/gitlab-development-kit -node-10 push: *build_and_deploy_custom - # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml ruby-2.6-golang-1.14-git-2.28 push: *build_and_deploy_custom ruby-2.6-golang-1.15-git-2.28 push: *build_and_deploy_custom