Skip to content

Commit

Permalink
fix(buildkite): fix missing export (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed Mar 5, 2024
2 parents fcefe49 + 23f6aaf commit 6edce09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/pkgs/ci-scripts/cachix-push-flake-dev-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if [[ ! -v CACHIX_AUTH_TOKEN ]]; then
CACHIX_AUTH_TOKEN_FILE="$HOME/cachix-$CACHIX_CACHE_NAME"
if [[ -f "$CACHIX_AUTH_TOKEN_FILE" ]]; then
CACHIX_AUTH_TOKEN=$(tr -d '\n' < "$CACHIX_AUTH_TOKEN_FILE")
export CACHIX_AUTH_TOKEN
else
echo "CACHIX_AUTH_TOKEN environment variable is not set and no token file can be located, aborting." >&2
exit 2
Expand Down

0 comments on commit 6edce09

Please sign in to comment.