From 4af584853da38491a2037feeca30986fc16394c6 Mon Sep 17 00:00:00 2001 From: Nailia Iskhakova Date: Mon, 24 Feb 2020 12:09:16 +0000 Subject: [PATCH] Update the list of pipeline configuration with Gitlab QA image --- Dockerfile.gitlab-qa-alpine-ruby-2.6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.gitlab-qa-alpine-ruby-2.6 b/Dockerfile.gitlab-qa-alpine-ruby-2.6 index 8b9cd30..d7f83ce 100644 --- a/Dockerfile.gitlab-qa-alpine-ruby-2.6 +++ b/Dockerfile.gitlab-qa-alpine-ruby-2.6 @@ -1,7 +1,7 @@ # Used by: -# - GitLab CE/EE for QA: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml +# - GitLab CE/EE Review: https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/review.gitlab-ci.yml # - Nightly QA: https://gitlab.com/gitlab-org/quality/nightly/blob/master/.gitlab-ci.yml -# - Staging QA: https://gitlab.com/gitlab-org/quality/staging/blob/master/.gitlab-ci.yml +# - QA Pipeline Common: https://gitlab.com/gitlab-org/quality/pipeline-common/-/blob/master/ci/qa.yml, https://gitlab.com/gitlab-org/quality/pipeline-common/-/blob/master/ci/qa-scheduled.yml FROM ruby:2.6-alpine MAINTAINER GitLab Quality Team