Files
docker-stacks/base-notebook/hooks/post_checkout
2019-05-05 20:01:41 -04:00

4 lines
100 B
Bash

#!/bin/bash
if [[ "$COMMIT_MSG" = *"skip ci"* || "$COMMIT_MSG" = *"ci skip"* ]]; then
exit 1;
fi