index
:
gitlab/license-finder.git
documentation
java-14
main
recursive-default
License detection tool
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
run.sh
4
1 files changed, 3 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index b28937e..3b696f1 100755
--- a/
run.sh
+++ b/
run.sh
@@ -1,6 +1,8 @@
#!/bin/bash -l
-set -euo pipefail
+set -e
+[[ -z ${SETUP_CMD:-} ]] && set -uo pipefail
+
cd "$2"
BUNDLE_JOBS="$(nproc)"