File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ echo "Pure version (without variant): $pure_version"
4242aws s3 cp " $wheel " " s3://$BUCKET /$BUILDKITE_COMMIT /"
4343
4444# list all wheels in the commit directory
45+ echo " Existing wheels on S3:"
46+ aws s3 ls " s3://$BUCKET /$BUILDKITE_COMMIT /"
4547obj_json=" $( mktemp) .json"
4648aws s3api list-objects-v2 --bucket " $BUCKET " --prefix " $BUILDKITE_COMMIT /" --delimiter / --output json > " $obj_json "
47-
4849mkdir -p " $INDICES_OUTPUT_DIR "
4950
5051# call script to generate indicies for all existing wheels
@@ -56,7 +57,7 @@ if [[ ! -z "$DEFAULT_VARIANT_ALIAS" ]]; then
5657else
5758 alias_arg=" "
5859fi
59- python3 ./ buildkite/scripts/generate-nightly-index.py --version " $BUILDKITE_COMMIT " --current-objects " $obj_json " --output-dir " $INDICES_OUTPUT_DIR " " $alias_arg "
60+ python3 .buildkite/scripts/generate-nightly-index.py --version " $BUILDKITE_COMMIT " --current-objects " $obj_json " --output-dir " $INDICES_OUTPUT_DIR " " $alias_arg "
6061
6162# copy indices to /<commit>/ unconditionally
6263aws s3 cp --recursive " $INDICES_OUTPUT_DIR /" " s3://$BUCKET /$BUILDKITE_COMMIT /"
You can’t perform that action at this time.
0 commit comments