jenkins: Use devenv shell to run sops

This commit is contained in:
2025-10-09 08:59:30 +02:00
parent e222236072
commit 4eacb4e756

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ pipeline {
stage('Decrypt keys') { stage('Decrypt keys') {
steps { steps {
dir("fdroid-repo") { dir("fdroid-repo") {
sh './decrypt.sh' sh 'devenv shell ./decrypt.sh'
} }
} }
} }