Skip to content

Commit e19178c

Browse files
authored
Fix build.sh
1 parent 1c2b0ab commit e19178c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
mkdir -p build/output
45

5-
cat stub.sh ./build/libs/kafka-gitops-all.jar > build/output/kafka-gitops
6-
chmod +x build/output/kafka-gitops
6+
cat stub.sh ./build/libs/kafka-gitops.jar > build/output/kafka-gitops
7+
chmod +x build/output/kafka-gitops

0 commit comments

Comments
 (0)