chore: get ci working again

This commit is contained in:
Stefan Reimer 2022-12-21 12:54:00 +00:00
parent 8ec9769fc9
commit 194afb4eb7
1 changed files with 1 additions and 3 deletions

View File

@ -7,12 +7,10 @@ def call(Map config=[:]) {
label 'podman-aws-trivy' label 'podman-aws-trivy'
} }
} }
stages { stages {
stage('Prepare') { stage('Prepare') {
// get tags
steps { steps {
sh 'git fetch -q --tags ${GIT_URL}' sh 'make prepare || true'
} }
} }