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 d6fe9f6 commit 821ca8cCopy full SHA for 821ca8c
scripts/ci
@@ -21,6 +21,8 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRA
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
git add -u
24
+ # Workaround issue on Travis CI
25
+ git add .cachedValidUrls.json
26
git commit -m"Fixes from CI"
27
28
# I really hope this doesn't cause an infinite CI loop
0 commit comments