1
0

Compare commits

..

No commits in common. "5e69eba53768b5310fd0f3f803a3e202b7ea7531" and "168dbfe770c30c3ef88bf9d15ebc95e4c9c1ef65" have entirely different histories.

View File

@ -69,7 +69,6 @@ echo "[!] biep"
if xgit diff --quiet origin/updated-inputs "${UPDATE_BRANCH}"
then
echo "[!] Nothing changed, removing branch"
xgit checkout updated-inputs
xgit branch -D "${UPDATE_BRANCH}"
exit 0
fi