Fix Pipeline Support #2
Subsonics - Pipeline/pipeline/head There was a failure building this commit

This commit is contained in:
Raphix
2023-04-22 16:34:55 +02:00
parent 3091ecf074
commit 39068afce4
Vendored
+1 -1
View File
@@ -9,8 +9,8 @@ pipeline {
sh "rm -rf subsonics"
sh "git clone https://git.raphix.fr/raphix/subsonics.git"
sh "cd subsonics"
sh "cd src"
sh "npm i"
sh "cd src"
sh "ENV='TEST' node main.js"
}