Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 0bce6df

Browse files
authored
Merge pull request #71 from fromanirh/fix-build-release
make-csv-generator: add missing env var
2 parents c07ec3e + b38a060 commit 0bce6df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/make-csv-generator.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22

3-
set -e
3+
set -ex
4+
5+
SELF=$( realpath $0 )
6+
BASEPATH=$( dirname $SELF )
47

58
if [ -x "${BASEPATH}/../operator-sdk" ]; then
69
OPERATOR_SDK="${BASEPATH}/../operator-sdk"

0 commit comments

Comments
 (0)