Skip to content

Commit 27f1e6a

Browse files
committed
pin: fix exec gaffe, the commands afterwards never ran
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent d4e386e commit 27f1e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/pin/pin.sh.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env sh
2+
set -e
23

34
export RUNFILES="$0.runfiles/_main"
45

5-
exec python3 "${RUNFILES}/${PINNER}" --bucket "${BUCKET}" --lock "${LOCK}" --package "${PACKAGE}" "$@"
6+
python3 "${RUNFILES}/${PINNER}" --bucket "${BUCKET}" --lock "${LOCK}" --package "${PACKAGE}" "$@"
67

78
cd $BUILD_WORKSPACE_DIRECTORY
89
bazelisk mod tidy

0 commit comments

Comments
 (0)