Skip to content

Commit

Permalink
fix v
Browse files Browse the repository at this point in the history
  • Loading branch information
gedge committed Jul 23, 2024
1 parent a59198b commit 5a5dc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ci/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash -eux

pushd /tmp
go install github.com/kevinburke/go-bindata/v4/...@latest
popd
go install github.com/kevinburke/go-bindata/v4/[email protected]

pushd dp-frontend-feedback-controller
make build
Expand Down
4 changes: 1 addition & 3 deletions ci/scripts/unit.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash -eux

pushd /tmp
go install github.com/kevinburke/go-bindata/v4/...@latest
popd
go install github.com/kevinburke/go-bindata/v4/[email protected]

pushd dp-frontend-feedback-controller
make test
Expand Down

0 comments on commit 5a5dc2e

Please sign in to comment.