Skip to content

Commit

Permalink
Adjust env vars that starts with word BUILDKITE
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Jan 23, 2025
1 parent 98530dc commit 2cfb979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-in-nix-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
set -e

# BUILDKITE environment variables are used by `buildkite-agent` cli to upload artifact
printenv | grep 'BUILDKITE.*=' > env-file-for-buildkite
printenv | grep '^BUILDKITE.*=' > env-file-for-buildkite

# Build the base image and grab the SHA.
IMAGE_SHA=$(docker build --quiet -f ./ci/docker/nix.Dockerfile .)
Expand Down

0 comments on commit 2cfb979

Please sign in to comment.