Correcte manier van bash installeren
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 15:05:49 +01:00
parent 4b69b4ed5d
commit cdbf024243

2
Jenkinsfile vendored
View File

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