This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new c1a7a18 Remove tar verbose flags for nightly sync builds c1a7a18 is described below commit c1a7a18bb884fcbb1208d64610aadf97244057b0 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Feb 15 12:42:32 2021 +0000 Remove tar verbose flags for nightly sync builds --- .github/workflows/camel-master-cron.yaml | 6 +++--- .github/workflows/quarkus-master-cron.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml index 6cd0e65..3947c1d 100644 --- a/.github/workflows/camel-master-cron.yaml +++ b/.github/workflows/camel-master-cron.yaml @@ -70,7 +70,7 @@ jobs: ./mvnw ${MAVEN_ARGS} clean install -Papache-snapshots -pl '!docs' - name: Tar Maven Repo shell: bash - run: tar -czvf maven-repo.tgz -C ~ build-data .m2/repository + run: tar -czf maven-repo.tgz -C ~ build-data .m2/repository - name: Persist Maven Repo uses: actions/upload-artifact@v2 with: @@ -113,7 +113,7 @@ jobs: path: . - name: Extract Maven Repo shell: bash - run: tar -xzvf maven-repo.tgz -C ~ + run: tar -xzf maven-repo.tgz -C ~ - name: Checkout uses: actions/checkout@v2 with: @@ -174,7 +174,7 @@ jobs: path: . - name: Extract Maven Repo shell: bash - run: tar -xzvf maven-repo.tgz -C ~ + run: tar -xzf maven-repo.tgz -C ~ - name: Checkout uses: actions/checkout@v2 with: diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml index c3ef7c0..171c085 100644 --- a/.github/workflows/quarkus-master-cron.yaml +++ b/.github/workflows/quarkus-master-cron.yaml @@ -77,7 +77,7 @@ jobs: - name: Tar Maven Repo shell: bash run: | - tar -czvf maven-repo.tgz -C ~ build-data .m2/repository + tar -czf maven-repo.tgz -C ~ build-data .m2/repository ls -lh maven-repo.tgz df -h - name: Persist Maven Repo @@ -122,7 +122,7 @@ jobs: path: . - name: Extract Maven Repo shell: bash - run: tar -xzvf maven-repo.tgz -C ~ + run: tar -xzf maven-repo.tgz -C ~ - name: Checkout uses: actions/checkout@v2 with: @@ -183,7 +183,7 @@ jobs: path: . - name: Extract Maven Repo shell: bash - run: tar -xzvf maven-repo.tgz -C ~ + run: tar -xzf maven-repo.tgz -C ~ - name: Checkout uses: actions/checkout@v2 with: