Skip to content

Commit

Permalink
Merge pull request WASdev#112 from majguo/fix-deployment-failure
Browse files Browse the repository at this point in the history
Fix deployment failure
  • Loading branch information
venunathb authored Mar 26, 2024
2 parents 8cc38b7 + 8d2c010 commit f2f64a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ jobs:
run: |
echo "delete resource group: " ${{ env.testResourceGroup }}
az group delete -n ${{ env.testResourceGroup }} --yes
echo "delete app with clientId: " ${clientId}
az ad app delete --id ${needs.integration-test.outputs.clientId}
echo "delete app with clientId: " ${{ needs.integration-test.outputs.clientId }}
az ad app delete --id ${{ needs.integration-test.outputs.clientId }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.ibm.websphere.azure</groupId>
<artifactId>azure.liberty.aro</artifactId>
<version>1.0.52</version>
<version>1.0.53</version>

<parent>
<groupId>com.microsoft.azure.iaas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/scripts/open-liberty-operator-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ spec:
name: open-liberty-certified
source: certified-operators
sourceNamespace: openshift-marketplace
startingCSV: open-liberty-operator.v1.3.0
startingCSV: open-liberty-operator.v1.3.1

0 comments on commit f2f64a4

Please sign in to comment.