diff --git a/Jenkinsfile b/Jenkinsfile index 2e049e6..88ca3f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,8 @@ pipeline { } stage('Deploy') { steps { - sh 'return 1' + echo 'Push to f-droid not yet implemented, archiving instead' + archiveArtifacts artifacts: 'build/app/outputs/apk/release/app-release.apk' } } }