Skip to content

Commit

Permalink
COMMUNITY-79: remove --delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelJNunez committed Feb 14, 2024
1 parent 5065bdb commit b3b4e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/jenkins/build_doc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pipeline {
withCredentials([
string(credentialsId: 's3-doc-bucket', variable: 'S3_DOC_BUCKET'),
]) {
sh "aws s3 sync --delete --acl public-read docs/_build/html/ s3://\$S3_DOC_BUCKET/documentation/connector/${docVersion}/api/javascript/"
sh "aws s3 sync --acl public-read docs/_build/html/ s3://\$S3_DOC_BUCKET/documentation/connector/${docVersion}/api/javascript/"
}
}
}
Expand Down

0 comments on commit b3b4e33

Please sign in to comment.