Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sql-rows-affected
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 9, 2020
2 parents 5f36522 + 4b3f304 commit 6d90ea3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Expand Up @@ -167,9 +167,6 @@ pipeline {
post {
always {
junit(allowEmptyResults: true, keepLongStdio: true, testResults: "${BASE_DIR}/build/junit-*.xml")
dir("${BASE_DIR}"){
bat script: 'scripts/jenkins/windows/uninstall-tools.bat', label: 'Uninstall tools'
}
cleanWs(disableDeferredWipeout: true, notFailBuild: true)
}
}
Expand Down
5 changes: 4 additions & 1 deletion scripts/jenkins/windows/install-tools.bat
Expand Up @@ -3,4 +3,7 @@
::

choco config set cacheLocation %WORKSPACE%
choco install golang --version %GO_VERSION% -y --no-progress
:: Install latest as long as https://github.com/chocolatey/chocolatey.org/issues/803
:: is not resolved.
:: choco install golang --version %GO_VERSION% -y --no-progress
choco install golang -y --no-progress
5 changes: 0 additions & 5 deletions scripts/jenkins/windows/uninstall-tools.bat

This file was deleted.

0 comments on commit 6d90ea3

Please sign in to comment.