Skip to content

Commit d4e386e

Browse files
committed
pin: run bazelisk mod tidy afterwards
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d8114fa commit d4e386e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/pin/pin.sh.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
export RUNFILES="$0.runfiles/_main"
44

55
exec python3 "${RUNFILES}/${PINNER}" --bucket "${BUCKET}" --lock "${LOCK}" --package "${PACKAGE}" "$@"
6+
7+
cd $BUILD_WORKSPACE_DIRECTORY
8+
bazelisk mod tidy
9+
git diff --color=always MODULE.bazel | cat

0 commit comments

Comments
 (0)