Skip to content

Commit

Permalink
Add some testing flows for magefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alperencelik committed Jan 6, 2024
1 parent d4e52fc commit 1805fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ func releaseWithGoReleaser(snapshot bool) error {
if err != nil {
return fmt.Errorf("ko login failed")
}
// Test to see if the /home/runner/.docker/config.json is present
err = sh.RunV("cat", "/home/runner/.docker/config.json")

args := []string{"release", "--clean"}
if snapshot {
Expand Down

0 comments on commit 1805fad

Please sign in to comment.