Skip to content

Commit f6c1a9c

Browse files
author
Vicent Martí
committed
Merge pull request #610 from ethomson/pager
script/cibuild: add --no-pager when logging
2 parents c8f718d + efe81b8 commit f6c1a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export RBENV_VERSION="2.1.2-github"
1010
export CI_BUILD=1
1111

1212
# Write commit we're building at
13-
git log -n 1 || true
13+
git --no-pager log -n 1 || true
1414
echo
1515

1616
git submodule update --init

0 commit comments

Comments
 (0)