Compare commits

..

2 commits

Author SHA1 Message Date
258d066ad3 Update dependency eslint-config-prettier to v9.1.0
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build started...
forgejo/Procyon/seedling/pipeline/pr-master Build started...
2023-12-08 08:25:02 +00:00
1588b0a821 Update Jenkinsfile
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-12-08 09:16:46 +01:00

2
Jenkinsfile vendored
View file

@ -5,6 +5,6 @@ FrontendBuild({
appName = 'seedling'
runLint = false
runUnitTest = false
runE2ETest = false
runSmokeTest = false
runDockerRelease = false
})