Skip to content

Commit

Permalink
remove --no-update-env
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 16, 2024
1 parent b6ccce0 commit d557278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/rapids/post-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ fi
gh config set git_protocol ssh;
gh config set git_protocol ssh --host github.com;

clone-all -j "$(nproc --all)" -v -q --clone-upstream --single-branch --shallow-submodules --no-update-env;
clone-all -j "$(nproc --all)" -v -q --clone-upstream --single-branch --shallow-submodules;

0 comments on commit d557278

Please sign in to comment.