You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/09 15:07:24 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #12947: Purge deleted files from S3 bucket

mik-laj commented on a change in pull request #12947:
URL: https://github.com/apache/airflow/pull/12947#discussion_r539384277



##########
File path: .github/workflows/ci.yml
##########
@@ -354,7 +354,7 @@ jobs:
         if: >
           github.ref == 'refs/heads/master' && github.repository == 'apache/airflow' &&
           github.event_name == 'push'
-        run: aws s3 sync ./files/documentation s3://apache-airflow-docs
+        run: aws s3 sync --delete ./files/documentation s3://apache-airflow-docs

Review comment:
       Docs for aws s3 sync command: https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org