whoops, dunno why there's two of these
parent
c0e78cb4b9
commit
88966297ac
@ -1,10 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
STATUS=$(git status --porcelain)
|
||||
STATUS_LEN=${#STATUS}
|
||||
if [ $STATUS_LEN = 0 ]; then
|
||||
exit 0
|
||||
else
|
||||
git add .
|
||||
git commit -qm "CI/CD Commit: $(date -Iseconds)"
|
||||
fi
|
Loading…
Reference in New Issue