From ce95ced4edad9e172a9f47325257174df97d537a Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 10 Oct 2023 17:12:58 -0500 Subject: [PATCH] [CI] Upload copy of descriptor files w/o timestamp suffix (debugging) --- .github/workflows/common.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 53baed7f..87391912 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -657,7 +657,7 @@ jobs: popd > /dev/null - name: 'Configure: Install libxml2-utils' uses: ./.github/actions/install-libxml2-utils - - uses: jfrog/setup-jfrog-cli@v1 + - uses: jfrog/setup-jfrog-cli@v3 with: version: 1.46.4 env: @@ -695,9 +695,6 @@ jobs: path: '**/target/surefire-reports' retention-days: 7 if-no-files-found: ignore - # set all properties for buildName and buildNumber using a list of all built artifacts and version. - # use frog download of all builds. - # use nexus-sync - name: Tag Release if: ${{ needs.parameters.outputs.is_version_change == 'true' }} shell: bash @@ -710,8 +707,6 @@ jobs: git tag "v${{ needs.parameters.outputs.release_train_version }}" git push --tags -v origin popd > /dev/null - # add jfrog download - # nexus-sync - name: 'Action: update next dev version' if: ${{ needs.parameters.outputs.is_version_change == 'true' }} shell: bash