fixing ci?
Some checks reported errors
Gitea/etcdmtr/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
Gitea/etcdmtr/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
73556ca12e
commit
32043a0e11
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,7 +7,7 @@ kind: Pod
|
||||
spec:
|
||||
containers:
|
||||
- name: gobuild
|
||||
image: dockermirror:5000/dpedu/gobuild:latest
|
||||
image: dockermirror:5000/dpedu/gobuild-122:latest
|
||||
args:
|
||||
- "sleep"
|
||||
- "1800"
|
||||
@ -22,7 +22,7 @@ spec:
|
||||
steps {
|
||||
container("gobuild") {
|
||||
sh "mkdir build build/linux-amd64"
|
||||
sh "go get ..."
|
||||
sh "go mod download -x"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user