Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 1, 2024
1 parent b6862c5 commit ac9d091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,6 @@ jobs:
- name: Delete VM
if: always()
run: |
set -x
cd builder
terraform destroy -auto-approve
terraform destroy
2 changes: 1 addition & 1 deletion builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "$PWD"

if tools/build.sh "$IMAGE" >/var/log/image-build.log 2>&1; then
VM_NAME="$(jq -r ".builders[].vm_name" < "$IMAGE")"
cd $(dirname "$IMAGE/output-qemu")
cd "$(dirname "$IMAGE/output-qemu")"
openstack --os-cloud images \
object create egi_endorsed_vas \
"$VM_NAME" >>/var/log/image-build.log
Expand Down

0 comments on commit ac9d091

Please sign in to comment.