fix build, maybe
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-22 19:58:51 +01:00
parent dbeef8b3ee
commit c7afc41a1c
2 changed files with 2 additions and 8 deletions
Vendored
+1 -8
View File
@@ -7,13 +7,6 @@ pipeline {
}
stages {
stage('Build') {
steps {
sh 'npm ci'
sh 'npm run build'
}
}
stage('Docker Build') {
steps {
script {
@@ -32,4 +25,4 @@ pipeline {
}
}
}
}
}