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 db89a34 commit 8302b8dCopy full SHA for 8302b8d
scripts/ci
@@ -18,9 +18,9 @@ git checkout -- src/pages/postgraphile/usage-*.md
18
if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "develop" ]; then
19
echo "GITHUB_TOKEN is specified"
20
21
- # git diff-index only looks at modified timestamps; this 'git status' call
+ # git diff-index only looks at modified timestamps; this update-index call
22
# forces git to recognise that certain files are unmodified.
23
- git status
+ git update-index -q --really-refresh
24
if ! git diff-index --exit-code --name-status HEAD --; then
25
echo "But first; there were changes so lets try and push those back to 'develop'"
26
git add -u
0 commit comments