Skip to content

Commit b7e7015

Browse files
committed
[ci skip] Try to skip needless rebuilds on Docker Hub
1 parent eb2cbc3 commit b7e7015

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base-notebook/hooks/post_checkout

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
if [[ "$COMMIT_MSG" = *"skip ci"* || "$COMMIT_MSG" = *"ci skip"* ]]; then
3+
exit 1;
4+
fi

0 commit comments

Comments
 (0)