whoops, dunno why there's two of these

main
Nick Dumas 2 years ago
parent c0e78cb4b9
commit 88966297ac

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
STATUS=$(git status --porcelain)
STATUS_LEN=${#STATUS}

@ -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…
Cancel
Save