We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98c39d commit 362773dCopy full SHA for 362773d
1 file changed
.buildkite/shared-pipeline-vars
@@ -4,5 +4,6 @@ export IMAGE_ID="xcode-27.0-beta"
4
export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.7.0"
5
export DOCKER_PLUGIN="docker#v5.13.0"
6
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7
-export RUBY_VERSION="$(cat "$SCRIPT_DIR/../.ruby-version")"
+RUBY_VERSION="$(cat "$SCRIPT_DIR/../.ruby-version")"
8
+export RUBY_VERSION
9
export DOCKER_RUBY_IMAGE="public.ecr.aws/docker/library/ruby:$RUBY_VERSION"
0 commit comments