fix cp path

This commit is contained in:
Zypherift 2024-05-21 22:42:00 +02:00
parent 1310ad4f2e
commit 0598b94ab9

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Copy Key Properties') {
steps {
// Copy the key.properties file
sh 'cp /home/qwit-jenkins/key.properties refilc/android/key.properties'
sh 'cp /home/jenkins/key.properties refilc/android/key.properties'
}
}