Skip to content

Commit 362773d

Browse files
committed
Address a ShellCheck issue
1 parent a98c39d commit 362773d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/shared-pipeline-vars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ export IMAGE_ID="xcode-27.0-beta"
44
export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.7.0"
55
export DOCKER_PLUGIN="docker#v5.13.0"
66
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7-
export RUBY_VERSION="$(cat "$SCRIPT_DIR/../.ruby-version")"
7+
RUBY_VERSION="$(cat "$SCRIPT_DIR/../.ruby-version")"
8+
export RUBY_VERSION
89
export DOCKER_RUBY_IMAGE="public.ecr.aws/docker/library/ruby:$RUBY_VERSION"

0 commit comments

Comments
 (0)