Skip to content

Commit

Permalink
misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Oct 3, 2024
1 parent 5f23b7d commit cfb2980
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
go-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: matthewschuchard/packer-plugin
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ signs:
- "${signature}"
- "--detach-sign"
- "${artifact}"
release:
# release:
# As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
# To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
#extra_files:
Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"log"
"os"

"github.com/hashicorp/packer-plugin-sdk/plugin"
"github.com/hashicorp/packer-plugin-sdk/version"
Expand All @@ -22,6 +21,5 @@ func main() {
// execute packer plugin for testinfra
if err := packerPluginSet.Run(); err != nil {
log.Fatalf("Packer Plugin Testinfra failure: %s", err.Error())
os.Exit(1)
}
}

0 comments on commit cfb2980

Please sign in to comment.