fix: jenkins

This commit is contained in:
Araozu 2024-10-27 17:59:36 -05:00
parent 4c02069e99
commit 385fccda4f

2
Jenkinsfile vendored
View File

@ -9,9 +9,7 @@ pipeline {
}
}
steps {
sh 'go mod tidy'
sh 'templ generate'
sh 'go build main.go'
}
}
stage('Build go binary') {