We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42fc66 commit 30be74eCopy full SHA for 30be74e
1 file changed
script/cibuild
@@ -11,6 +11,9 @@ REMOTE_VERSIONS="
11
2.0.0
12
"
13
14
+# Enable verbose logging of ssh commands
15
+export GHE_VERBOSE_SSH=true
16
+
17
# Run over all remote versions and run entire test suite against each
18
res=true
19
for version in $REMOTE_VERSIONS
0 commit comments