Skip to content

Commit

Permalink
Use Ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed May 14, 2024
1 parent d024309 commit 80b6455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ deploy_to_reliability_env:
prepare_image_destinations:
stage: deploy
tags: ["arch:amd64"]
image: registry.ddbuild.io/ci/auto_inject/gitlab:current
image: $DOCKER_REGISTRY/images/mirror/ruby:3.2.2
rules:
- if: '$POPULATE_CACHE'
when: never
Expand All @@ -203,6 +203,9 @@ prepare_image_destinations:
- when: manual
allow_failure: true
script:
- ruby -v
- gem -v
- bundle -v
- ./.gitlab/check_gem_presence.rb $CI_COMMIT_TAG
- echo "IMG_DESTINATIONS=$(./.gitlab/prepare_image_destinations.rb dd-lib-ruby-init $CI_COMMIT_TAG)" >> build.env
artifacts:
Expand Down

0 comments on commit 80b6455

Please sign in to comment.