diff options
Diffstat (limited to 'scripts/osmocom-build-old-tags-against-master.sh')
-rwxr-xr-x | scripts/osmocom-build-old-tags-against-master.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh index 58a0009..e7e6bff 100755 --- a/scripts/osmocom-build-old-tags-against-master.sh +++ b/scripts/osmocom-build-old-tags-against-master.sh @@ -7,8 +7,8 @@ # Latest result: # https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/lastBuild/console +. "$(dirname "$0")/common.sh" cd "$(dirname "$0")" -. ./common.sh ERROR_LOGS="" PARALLEL_MAKE="${PARALLEL_MAKE:--j5}" |