Commit 9968d57
committed
fix(container): put $(go env GOPATH)/bin on PATH for templ
Previous run failed with `bash: line 5: templ: command not found`
(exit 127). `go install` drops into $(go env GOPATH)/bin and the bash
shell that build-container.yml spawns for pre-build-command doesn't
inherit that on PATH. Prepend it between install and invocation.
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent 191475c commit 9968d57
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments