mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 03:52:56 +00:00
4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/bash
|
|
if [[ "$COMMIT_MSG" = *"skip ci"* || "$COMMIT_MSG" = *"ci skip"* ]]; then
|
|
exit 1;
|
|
fi |