Skip to content

Commit

Permalink
Merge pull request #88 from stuartwdouglas/debug
Browse files Browse the repository at this point in the history
Remove debugging code
  • Loading branch information
stuartwdouglas authored Dec 14, 2023
2 parents 3425f33 + 37afed2 commit dcfa928
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/taskgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ fi
ret += "cd " + step.WorkingDir + "\n"
}

ret += "\nls -l \"$HOME/.docker/\"\n"

ret += step.Script
ret += "\nbuildah push \"$IMAGE\" oci:rhtap-final-image"
ret += "\nREMOTESSHEOF"
Expand Down

0 comments on commit dcfa928

Please sign in to comment.