Обновить Jenkinsfile #3

Merged
rezidir merged 15 commits from dev into release 2026-05-17 11:50:18 +03:00
Showing only changes of commit c8b8d69d85 - Show all commits
Vendored
+1 -1
View File
@@ -42,7 +42,7 @@ pipeline {
steps {
script {
//env.PATH = "/opt/flutter/bin/"
sh '/opt/flutter/bin/flutter upgrade -y'
sh '/opt/flutter/bin/flutter upgrade '
}
}
}