Commit b7e70155 authored by Peter Parente's avatar Peter Parente

[ci skip] Try to skip needless rebuilds on Docker Hub

parent eb2cbc3c
#!/bin/bash
if [[ "$COMMIT_MSG" = *"skip ci"* || "$COMMIT_MSG" = *"ci skip"* ]]; then
exit 1;
fi
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment