We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1efc95 commit 24c78daCopy full SHA for 24c78da
Jenkinsfile
@@ -44,7 +44,8 @@ void preBuildCheck() {
44
sh '''
45
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /space/go/bin v1.50.0
46
wget https://github.com/gotestyourself/gotestsum/releases/download/v1.12.0/gotestsum_1.12.0_linux_amd64.tar.gz -O gotestsum.tar.gz
47
- tar -xf gotestsum.tar.gz -C /space/go/bin/gotestsum
+ mkdir -p /space/go/bin/
48
+ tar -xf gotestsum.tar.gz -C /space/go/bin/
49
'''
50
}
51
0 commit comments