Skip to content

Commit 8302b8d

Browse files
committed
More direct action
1 parent db89a34 commit 8302b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ git checkout -- src/pages/postgraphile/usage-*.md
1818
if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "develop" ]; then
1919
echo "GITHUB_TOKEN is specified"
2020

21-
# git diff-index only looks at modified timestamps; this 'git status' call
21+
# git diff-index only looks at modified timestamps; this update-index call
2222
# forces git to recognise that certain files are unmodified.
23-
git status
23+
git update-index -q --really-refresh
2424
if ! git diff-index --exit-code --name-status HEAD --; then
2525
echo "But first; there were changes so lets try and push those back to 'develop'"
2626
git add -u

0 commit comments

Comments
 (0)