Skip to content

Commit

Permalink
Revert "for testing purposes only"
Browse files Browse the repository at this point in the history
This reverts commit 07798ba.
  • Loading branch information
v1v committed Feb 11, 2021
1 parent 07798ba commit f2a3c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ pipeline {
setEnvVar('GO_MOD_CHANGES', isGitRegionMatch(patterns: [ '^go.mod' ], shouldMatchAll: false).toString())
setEnvVar('PACKAGING_CHANGES', isGitRegionMatch(patterns: [ '^dev-tools/packaging/.*' ], shouldMatchAll: false).toString())
setEnvVar('GO_VERSION', readFile(".go-version").trim())
withEnv(["HOME=${env.WORKSPACE}",'PACKAGES=docker']) {
withEnv(["HOME=${env.WORKSPACE}"]) {
retryWithSleep(retries: 2, seconds: 5){ sh(label: "Install Go ${env.GO_VERSION}", script: '.ci/scripts/install-go.sh') }
sh(script: 'make release-manager-snapshot')
}
}
}
Expand Down

0 comments on commit f2a3c7d

Please sign in to comment.