Skip to content

Commit

Permalink
Force build
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 5, 2024
1 parent 8d306ab commit d32e138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
# show the status in the build log
set -x
{
echo 'log<<BUILDLOG'
echo 'build-log<<BUILDEOF'
echo "VM is ${{ steps.terraform-vm-id.outputs.stdout }}"
cat "${{ steps.terraform-vm-id.outputs.stdout }}"
echo "BUILDLOG"
} >> "$GITHUB_ENV"
echo "BUILDEOF"
} >> "$GITHUB_OUTPUT"
if grep "SUCCESSFUL BUILD" "${{ steps.terraform-vm-id.outputs.stdout }}"; then
echo "outcome=success" >> "$GITHUB_OUTPUT"
else
Expand All @@ -137,7 +137,7 @@ jobs:
<details><summary>Build log</summary>
\`\`\`
${{ steps.process-output.outputs.log }}
${{ steps.process-output.outputs.build-log }}
\`\`\`
</details>
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`*`;
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/ubuntu-22.04.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"boot",
"<enter>"
],
"boot_wait": "5s",
"boot_wait": "6s",
"disk_size": 8000,
"format": "qcow2",
"headless": true,
Expand Down

0 comments on commit d32e138

Please sign in to comment.