jenkins: Use devenv shell to run sops
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user