We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821ca8c commit 05de170Copy full SHA for 05de170
scripts/ci
@@ -20,9 +20,18 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRA
20
21
if ! git diff-index --exit-code --name-only HEAD --; then
22
echo "But first; there were changes so lets try and push those back to 'develop'"
23
+ set -x
24
+ git status
25
+
26
git add -u
27
28
29
30
# Workaround issue on Travis CI
31
git add .cachedValidUrls.json
32
33
34
35
git commit -m"Fixes from CI"
36
37
# I really hope this doesn't cause an infinite CI loop
0 commit comments