Skip to content

Commit

Permalink
Fix missed $INDEXING_PROJECT_DIR__NO removal
Browse files Browse the repository at this point in the history
Regressed with 59303f5.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Aug 20, 2024
1 parent 59303f5 commit 95b9c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ done
# Import indexes
if [ -n "${indexstores_filelists:-}" ]; then
"$BAZEL_INTEGRATION_DIR/import_indexstores" \
"$INDEXING_PROJECT_DIR__NO" \
"$PROJECT_DIR" \
"${indexstores_filelists[@]/#/$BAZEL_OUT/}" \
>"$log_dir/import_indexstores.async.log" 2>&1 &
fi
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ source "$BAZEL_INTEGRATION_DIR/bazel_build.sh"
# Import indexes
if [ -n "${indexstores_filelists:-}" ]; then
"$BAZEL_INTEGRATION_DIR/import_indexstores" \
"$INDEXING_PROJECT_DIR__NO" \
"$PROJECT_DIR" \
"${indexstores_filelists[@]/#/$BAZEL_OUT/}"
fi

0 comments on commit 95b9c46

Please sign in to comment.