Mousius commented on code in PR #11594:
URL: https://github.com/apache/tvm/pull/11594#discussion_r892164711


##########
jenkins/Test.groovy.j2:
##########
@@ -266,8 +266,13 @@ stage('Test') {
             )
           }
           {{ m.upload_artifacts(tag='docs', filenames=["docs.tgz"]) }}
+          def docs_path = 
"tvm-jenkins-artifacts-prod/tvm/${env.BRANCH_NAME}/docs/"
           sh(
-            script: "aws s3 cp --no-progress _docs s3://${s3_prefix}/docs 
--recursive",
+            script: """
+              set -eux
+              aws s3 rm --no-progress s3://${docs_path} --recursive

Review Comment:
   Do you have an example of where we've achieved this before? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to