Met sudo proberen
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 15:07:10 +01:00
parent cdbf024243
commit 85bdd56b1c

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
}
steps {
echo 'Starting build step...'
sh 'apk add bash'
sh 'sudo apk add bash'
sh 'bash ./scripts/build.sh'
}
}