fixing ci?
Some checks reported errors
Gitea/etcdmtr/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
dave 2024-02-18 16:29:38 -08:00
parent 73556ca12e
commit 32043a0e11

4
Jenkinsfile vendored
View File

@ -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"
}
}
}