Skip to content

Commit a893950

Browse files
committed
Revert "bootstrap/cibuild: Print the Go version for easier debugging"
This reverts commit fcb3ce9 in favor of the previous commit.
1 parent 7c32040 commit a893950

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

script/bootstrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
go version
5-
64
if uname -s | grep -q "_NT-"; then
75
# Tell Cygwin / MSYS to really create symbolic links.
86
export CYGWIN="$CYGWIN winsymlinks:nativestrict"

script/cibuild

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/usr/bin/env bash
22
set -e
3-
4-
go version
5-
63
script/test
74

85
# re-run test to ensure GIT_TRACE output doesn't leak into the git package

0 commit comments

Comments
 (0)