First Implements Progression Bar
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -6,9 +6,9 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
echo "[Subsonics-Deploy] - Test Stage"
|
||||
sh "rm -rf subsonics"
|
||||
sh "git clone https://git.raphix.fr/raphix/subsonics.git"
|
||||
sh "cd subsonics"
|
||||
sh "rm -rf bot"
|
||||
sh "git clone https://git.raphix.fr/subsonics/bot.git"
|
||||
sh "cd bot"
|
||||
sh "npm i"
|
||||
sh "ENV='TEST' node src/main.js"
|
||||
}
|
||||
|
Reference in New Issue
Block a user