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

potiuk 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 95e5375e60 Add more verbosity when creating mount folder
95e5375e60 is described below

commit 95e5375e603b947ca4b1499e9a7f8f0ad39d94cf
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu May 8 14:02:26 2025 +0200

    Add more verbosity when creating mount folder
---
 .github/workflows/s3-to-github.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/s3-to-github.yml 
b/.github/workflows/s3-to-github.yml
index d2d7112073..028e9eabda 100644
--- a/.github/workflows/s3-to-github.yml
+++ b/.github/workflows/s3-to-github.yml
@@ -62,8 +62,8 @@ jobs:
 
       - name: Create /mnt/archive-dir directory
         run: |
-          sudo mkdir -p /mnt/archive-dir && sudo chown -R "${USER}" 
/mnt/archive-dir
-          ln -s /mnt/archive-dir
+          sudo mkdir -pv /mnt/archive-dir && sudo chown -R "${USER}" 
/mnt/archive-dir
+          ln -sv /mnt/archive-dir archive-dir
 
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
         uses: actions/checkout@v4

Reply via email to