We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e386e commit 27f1e6aCopy full SHA for 27f1e6a
tools/pin/pin.sh.tpl
@@ -1,8 +1,9 @@
1
#!/usr/bin/env sh
2
+set -e
3
4
export RUNFILES="$0.runfiles/_main"
5
-exec python3 "${RUNFILES}/${PINNER}" --bucket "${BUCKET}" --lock "${LOCK}" --package "${PACKAGE}" "$@"
6
+python3 "${RUNFILES}/${PINNER}" --bucket "${BUCKET}" --lock "${LOCK}" --package "${PACKAGE}" "$@"
7
8
cd $BUILD_WORKSPACE_DIRECTORY
9
bazelisk mod tidy
0 commit comments