Skip to content

Commit

Permalink
[build] Fix rice box build
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed Jun 2, 2021
1 parent e824eff commit 3e3c39b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/store/postgres/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
- "migration.go"
config:
commands:
- ["ls"]
- ["go", "mod", "init", "github.com/csweichel/werft/pg"]
- ["go", "get", "github.com/GeertJohan/go.rice/rice"]
- ["sh", "-c", "$GOPATH/bin/rice embed-go"]
- ["rm", "-rf", "migrations", "migration.go"]
Expand Down
1 change: 1 addition & 0 deletions pkg/webui/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ packages:
- ["sh", "-c", "cd pkg/build && $GOPATH/bin/rice embed-go"]
- ["mv", "pkg/build/rice-box.go", "."]
- ["rm", "-rf", "pkg-webui--dist", "pkg"]
- ["go", "mod", "init", "werft"]
- ["go", "fmt", "./..."]
2 changes: 1 addition & 1 deletion plugins/github-repo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/csweichel/werft => ../..
require (
github.com/bradleyfalzon/ghinstallation v1.1.1
github.com/csweichel/werft v0.0.0-00010101000000-000000000000
github.com/google/go-cmp v0.5.2
github.com/google/go-cmp v0.5.6
github.com/google/go-github/v31 v31.0.0
github.com/sirupsen/logrus v1.8.1
google.golang.org/grpc v1.36.0
Expand Down
2 changes: 2 additions & 0 deletions plugins/github-repo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ github.com/google/go-cmp v0.5.0 h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w=
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=
github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ=
github.com/google/go-github/v29 v29.0.2 h1:opYN6Wc7DOz7Ku3Oh4l7prmkOMwEcQxpFtxdU8N8Pts=
Expand Down

0 comments on commit 3e3c39b

Please sign in to comment.