Skip to content

Commit

Permalink
Add cleaning up for failures
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Aug 27, 2024
1 parent 21f36ab commit 449a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Drop deployment if validation fails
if: ${{ failure() }}
run: |
printenv $DEPLOYMENT_ID
printenv DEPLOYMENT_ID
curl --request DELETE \
--verbose \
--header "Authorization: Bearer $BEARER_TOKEN" \
Expand Down

0 comments on commit 449a539

Please sign in to comment.