Skip to content

Commit

Permalink
Test SAR BETA Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Sep 10, 2024
1 parent 60a638e commit dbfb0db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/reusable_deploy_v3_sar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ jobs:
ARCH_NAME=$(echo ${{ matrix.architecture }} | tr -d '_')
SAR_NAME="${SAR_NAME}-python${{env.PYTHON_VERSION}}-${ARCH_NAME}"
echo SAR_NAME="${SAR_NAME}" >> "$GITHUB_ENV"
- name: Adds arm64 suffix to SAR name
if: ${{ matrix.architecture == 'arm64' }}
run: echo SAR_NAME="${SAR_NAME}-arm64" >> "$GITHUB_ENV"
- name: Normalize semantic version
id: semantic-version # v2.0.0a0 -> v2.0.0-a0
env:
Expand Down

0 comments on commit dbfb0db

Please sign in to comment.