We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b4b08 commit 05e3faeCopy full SHA for 05e3fae
.buildkite/hooks/post-command
@@ -26,7 +26,7 @@ assume-role "${role_arn}"
26
if [[ ${BUILDKITE_LABEL} = ':hammer: Build Dependencies' ]] && [[ ${BRANCH} = 'master' || ${BRANCH} = 'staging' ]];
27
then
28
echo "--- Uploading to s3://${S3_BUCKET_NAME}/docs"
29
- aws s3 sync _site/ s3://${S3_BUCKET_NAME}/docs/ --delete
+ aws s3 sync _site/ s3://${S3_BUCKET_NAME}/docs/
30
fi
31
echo "--- Build Complete"
32
# vim: ft=sh
0 commit comments