Skip to content

Commit

Permalink
On branch cis Use microsoft java. Remove unnecessary comments. Wordin…
Browse files Browse the repository at this point in the history
…g in comment.

modified:   .github/workflows/twas-base-cisBuild.yml

Signed-off-by: Ed Burns <[email protected]>
  • Loading branch information
edburns committed Jan 19, 2023
1 parent 7dedbd6 commit 5e5bb70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/twas-base-cisBuild.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a basic workflow to help you get started with Actions

name: twas-base-cis CICD

# Controls when the action will run.
Expand Down Expand Up @@ -58,7 +56,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
distribution: 'zulu'
distribution: 'microsoft'
java-version: '8'
- name: Checkout azure-javaee-iaas
uses: actions/checkout@v3
Expand Down Expand Up @@ -256,7 +254,7 @@ jobs:
az snapshot revoke-access --ids \
$(az snapshot show -g ${{ env.testResourceGroup }} -n ${{ env.osDiskSnapshotName }} --query id -o tsv) \
$(az snapshot show -g ${{ env.testResourceGroup }} -n ${{ env.dataDiskSnapshotName }} --query id -o tsv)
- name: Clean up resources but vhd storage account
- name: Clean up all resources except for vhd storage account
uses: azure/CLI@v1
with:
azcliversion: ${{ env.azCliVersion }}
Expand Down

0 comments on commit 5e5bb70

Please sign in to comment.