Skip to content

Commit

Permalink
always generate scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 16, 2024
1 parent eb4e133 commit b035f6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/rapids/post-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ _create_rapids_cmake_override_json;
cat "${PROJECT_MANIFEST_YML}";

# Generate the initial set of clone-<repo> scripts
if ! type clone-all >/dev/null 2>&1; then
rapids-generate-scripts;
fi
rapids-generate-scripts;

# Clone all the repos
gh config set git_protocol ssh;
Expand Down

0 comments on commit b035f6d

Please sign in to comment.