Skip to content

Commit

Permalink
image sync build (#356)
Browse files Browse the repository at this point in the history
* Build the image, otherwise this does not work

* Add some debug as well
  • Loading branch information
enolfc authored Jul 30, 2024
1 parent a520475 commit fb67508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
image:
- cloud-info
- caso
- image-sync

steps:
- name: Checkout
Expand Down

0 comments on commit fb67508

Please sign in to comment.