Commit b2981fe0 authored by Thong Kuah's avatar Thong Kuah

Merge branch '335641-gem-install-command-is-failing-and-blocking-pipelines-2' into 'master'

Change ruby:2.7-alpine to ruby:2.7

See merge request gitlab-org/gitlab!65799
parents 6d968026 7c4b266a
......@@ -25,7 +25,7 @@ review-build-cng:
extends:
- .default-retry
- .review:rules:review-build-cng
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7
stage: review-prepare
before_script:
- source ./scripts/utils.sh
......
......@@ -52,7 +52,7 @@ no_ee_check:
verify-tests-yml:
extends:
- .setup:rules:verify-tests-yml
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7
stage: test
needs: []
script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment