Skip to content

Commit

Permalink
COMMUNITY-79: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelJNunez committed Feb 14, 2024
1 parent 990ab81 commit 85f5798
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 @@ -80,7 +80,7 @@ pipeline {
withCredentials([
string(credentialsId: 's3-doc-bucket', variable: 'S3_DOC_BUCKET'),
]) {
sh "aws s3 sync --acl public-read docs/_build/html/ s3://\$S3_DOC_BUCKET/documentation/connector/${{ env.TAG_NAME.split('-')[0] }}/api/javascript/"
sh "aws s3 sync --acl public-read docs/_build/html/ s3://\$S3_DOC_BUCKET/documentation/connector/${env.TAG_NAME.split('-')[0]}/api/javascript/"
}
}
}
Expand Down

0 comments on commit 85f5798

Please sign in to comment.