We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2cbc3 commit b7e7015Copy full SHA for b7e7015
base-notebook/hooks/post_checkout
@@ -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