Skip to content

Commit 05de170

Browse files
committed
Debugging
1 parent 821ca8c commit 05de170

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/ci

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,18 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRA
2020

2121
if ! git diff-index --exit-code --name-only HEAD --; then
2222
echo "But first; there were changes so lets try and push those back to 'develop'"
23+
set -x
24+
git status
25+
2326
git add -u
27+
28+
git status
29+
2430
# Workaround issue on Travis CI
2531
git add .cachedValidUrls.json
32+
33+
git status
34+
2635
git commit -m"Fixes from CI"
2736

2837
# I really hope this doesn't cause an infinite CI loop

0 commit comments

Comments
 (0)