This commit is contained in:
Jakub Henyk 2023-03-28 12:52:50 +02:00
parent d5d04e72a2
commit 486832724f

1
Jenkinsfile vendored
View File

@ -20,7 +20,6 @@ pipeline {
}
stage('Run Script') {
steps {
chmod 777 './take_data.sh'
sh './take_data.sh'
}