This is an automated email from the ASF dual-hosted git repository.

gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git


The following commit(s) were added to refs/heads/main by this push:
     new 5297b34db6 Update workflow with depth 2
5297b34db6 is described below

commit 5297b34db6662845ca5acd1e1788ade4985f4406
Author: Pavan Kumar <[email protected]>
AuthorDate: Thu May 1 17:37:56 2025 +0100

    Update workflow with depth 2
---
 .github/workflows/github-to-s3.yml                         | 6 +++---
 docs-archive/apache-airflow-providers-standard/sample2.txt | 0
 docs-archive/apache-airflow-providers-standard/sample3.txt | 0
 scripts/github_to_s3.py                                    | 4 ----
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/github-to-s3.yml 
b/.github/workflows/github-to-s3.yml
index b76bc74ac6..07af09b0d3 100644
--- a/.github/workflows/github-to-s3.yml
+++ b/.github/workflows/github-to-s3.yml
@@ -70,9 +70,9 @@ jobs:
 
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
         uses: actions/checkout@v4
-#        with:
-#          lfs: true
-#          fetch-depth: 1
+        with:
+          lfs: true
+          fetch-depth: 2
 
       - name: "Syncing ${{ github.ref }} ( ${{ github.sha }} )"
         env:
diff --git a/docs-archive/apache-airflow-providers-standard/sample2.txt 
b/docs-archive/apache-airflow-providers-standard/sample2.txt
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/docs-archive/apache-airflow-providers-standard/sample3.txt 
b/docs-archive/apache-airflow-providers-standard/sample3.txt
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/scripts/github_to_s3.py b/scripts/github_to_s3.py
index 110b9d2bd4..c146064961 100644
--- a/scripts/github_to_s3.py
+++ b/scripts/github_to_s3.py
@@ -53,10 +53,6 @@ class GithubToS3(CommonTransferUtils):
             f"--diff-filter={diff_filter}"
         ]
         result = subprocess.run(cmd, check=False, capture_output=True, 
text=True)
-        console.print(f"[blue] Running command: {' '.join(cmd)} [/]")
-        console.print(f"[blue] Result: {result.stdout} [/]")
-        console.print(f"[blue] Error: {result.stderr} [/]")
-        console.print(f"[blue] Return code: {result.returncode} [/]")
 
         if result.returncode != 0:
             console.print(

Reply via email to