We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b08358 commit d80b9c7Copy full SHA for d80b9c7
1 file changed
scripts/build-sidecar.sh
@@ -22,6 +22,10 @@ if [[ "$GOOS" == "windows" ]]; then
22
BINARY_NAME="${BINARY_NAME}.exe"
23
fi
24
25
+if [[ "${OUTPUT_DIR}" != /* ]]; then
26
+ OUTPUT_DIR="${ROOT_DIR}/${OUTPUT_DIR}"
27
+fi
28
+
29
ensure_source_dir() {
30
if [[ -f "${SOURCE_DIR}/go.mod" ]]; then
31
return 0
0 commit comments