Skip to content

Commit

Permalink
Add a build CI script. (#45) (kubernetes-sigs#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbarrand authored Nov 28, 2022
1 parent a19b031 commit 96c5be7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/prow/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -euxo pipefail

make manager

0 comments on commit 96c5be7

Please sign in to comment.