We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce919e1 commit 71fd125Copy full SHA for 71fd125
replicate.sh
@@ -14,7 +14,7 @@ fi
14
15
mkdir -p "$DESTINATION"
16
17
-aws s3 sync "s3://download.pivotal.io" "$DESTINATION" --no-sign-request --exclude "*" \
+aws s3 sync "s3://java-buildpack.cloudfoundry.org" "$DESTINATION" --no-sign-request --exclude "*" \
18
--include "auto-reconfiguration/*" \
19
--include "client-certificate-mapper/*" \
20
--include "container-customizer/*" \
0 commit comments