Skip to content

Commit

Permalink
Merge pull request #168 from Azure/workflow-fix
Browse files Browse the repository at this point in the history
MSRC Workflow Fix
  • Loading branch information
DCMattyG authored Sep 9, 2023
2 parents 31165c4 + 6cef510 commit a354f6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
ipamSuffix: ${{ steps.deployScript.outputs.ipamSuffix }}
ipamResourceGroup: ${{ steps.deployScript.outputs.ipamResourceGroup }}
steps:
- run: echo "Job triggered by a ${{ github.event_name }} event from ${{ github.head_ref }} to main."

- name: Install Deployment Prerequisites
shell: pwsh
run: |
Expand Down Expand Up @@ -84,9 +82,6 @@ jobs:
STORAGE_ACCT_CTR: ${{ vars.LOGGING_STORAGE_CTR }}
shell: pwsh
run: |
# $dateStamp = (Get-Date -UFormat "%Y-%m-%d_%I-%M-%S_%p").tostring()
# $archiveName = "ipam-${env:AZURE_IPAM_SUFFIX}-${dateStamp}.zip"
# $archiveName = "ipam-${{ github.run_id }}(${{ github.run_attempt }})-${dateStamp}.zip"
$archiveName = "IPAM-RUN(${{ github.run_id }})-ATTEMPT(${{ github.run_attempt }})-SUFFIX($env:AZURE_IPAM_SUFFIX).zip"
Compress-Archive -Path ./* -DestinationPath /tmp/$archiveName
Expand Down

0 comments on commit a354f6f

Please sign in to comment.