Skip to content

Commit

Permalink
Add some debug as well
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 30, 2024
1 parent d5c31a3 commit 0ebe15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
retry_wait_seconds: 40
command: >
pushd "${{ inputs.dir }}" &&
which openstack &&
openstack --os-cloud backend --os-token "$BACKEND_OS_TOKEN" object save fedcloud-catchall "${{ steps.terraform-vm-id.outputs.stdout }}" &&
openstack --os-cloud backend --os-token "$BACKEND_OS_TOKEN" object delete fedcloud-catchall "${{ steps.terraform-vm-id.outputs.stdout }}"
- name: Look for errors
Expand Down

0 comments on commit 0ebe15b

Please sign in to comment.