fix: jenkins again
This commit is contained in:
parent
59fe789726
commit
57e80b022e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user