Skip to content

Commit 2dc2289

Browse files
committed
remove build step because it is a library
1 parent ebd6332 commit 2dc2289

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.ci/Jenkinsfile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@ pipeline {
6363
}
6464
}
6565
stages {
66-
stage('build'){
67-
steps {
68-
withGithubNotify(context: "Build-${GO_VERSION}-${PLATFORM}") {
69-
deleteDir()
70-
unstash 'source'
71-
dir("${BASE_DIR}"){
72-
withGoEnv(){
73-
cmd(label: 'Go build', script: 'go build')
74-
}
75-
}
76-
}
77-
}
78-
}
7966
stage('Test') {
8067
steps {
8168
withGithubNotify(context: "Test-${GO_VERSION}-${PLATFORM}") {

0 commit comments

Comments
 (0)