fix: jenkins again

This commit is contained in:
Araozu 2024-10-27 18:18:01 -05:00
parent 59fe789726
commit 57e80b022e

4
Jenkinsfile vendored
View File

@ -2,7 +2,9 @@ pipeline {
agent any
stages {
stage('Build templ files') {
sh 'docker run -v `pwd`:/app -w=/app ghcr.io/a-h/templ:latest generate'
steps {
sh 'docker run -v `pwd`:/app -w=/app ghcr.io/a-h/templ:latest generate'
}
}
stage('Build go binary') {
agent {