Fix eslint
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
Roman Jaroš 2025-01-11 19:19:08 +00:00
parent f90ec3faaf
commit 4539613b93
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View file

@ -18,6 +18,5 @@ DefaultPipeline({
}
runSmokeTest = false
runUnitTest = false
runSmokeTest = false
releaseArgs = { params -> "-f docker/Dockerfile ." }
})