fix ci
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m30s

This commit is contained in:
Anton Romanov 2025-02-25 13:52:43 +04:00
parent 9981c07015
commit 55a59f54e3

2
Jenkinsfile vendored
View File

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