Jenkins </3 Milestone
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jesse James Isler 2022-06-09 11:59:48 +02:00
parent b86ce8fa78
commit 7e6b165876
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -25,7 +25,6 @@ pipeline {
stage('Build') {
steps {
milestone()
sh 'ng build --prod --aot --sm --progress=false'
}
}