#13 -- Fix ci
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m3s

This commit is contained in:
Anton Romanov 2025-02-18 10:54:36 +04:00
parent f3adce05df
commit 887de9979b

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('Deploy') {
steps {
script {
sh "sh deploy/nio17.sh"
sh "bash deploy/nio17.sh &"
}
}
}