Skip to content

Commit

Permalink
ci: fix PACKAGE_DIR default
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 31, 2023
1 parent fb45549 commit de4195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/apps/tasks/run-on-nix-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

export PACKAGE_DIR="${PACKAGE_DIR:-$(pwd)}"
export PACKAGE_DIR="${PACKAGE_DIR:-.}"
export CI_ROOT=$(pwd)

host_name=$(cat nix-host/metadata | jq -r '.docker_host_name')
Expand Down

0 comments on commit de4195d

Please sign in to comment.