fix: refs #5483 Jenkinsfile code fix
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-01-30 18:54:41 +01:00
parent 56ac47dc16
commit 79f509ca46
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
break
}
if (env.JOB_NAME.startsWith('gitea/')
if (env.JOB_NAME.startsWith('gitea/'))
env.RUN_SOURCE = 'git'
}