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
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Build templ files') {
|
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') {
|
stage('Build go binary') {
|
||||||
agent {
|
agent {
|
||||||
|
Loading…
Reference in New Issue
Block a user