We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.ruby-version
2 parents 3b41851 + a3aea4e commit e2075daCopy full SHA for e2075da
.buildkite/shared-pipeline-vars
@@ -3,5 +3,6 @@
3
export IMAGE_ID="xcode-26.1.1"
4
export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.7.0"
5
export DOCKER_PLUGIN="docker#v5.13.0"
6
-export RUBY_VERSION="3.2.2"
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7
+export RUBY_VERSION="$(cat "$SCRIPT_DIR/../.ruby-version")"
8
export DOCKER_RUBY_IMAGE="public.ecr.aws/docker/library/ruby:$RUBY_VERSION"
0 commit comments