Skip to content

Commit

Permalink
Merge pull request #89 from claudiubelu/adds-renew-certificate-debug-…
Browse files Browse the repository at this point in the history
…flag

jobs: Adds set -e and set -x flags to the renew_certificate job
  • Loading branch information
maoo authored Jul 2, 2024
2 parents 615d789 + b3ad6fb commit d84b0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/renew_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Renewing Certificate
run: |
set -x
set -e
renew_certificate() {
model=$1
juju switch "${model}"
Expand Down

0 comments on commit d84b0ec

Please sign in to comment.