Skip to content
Snippets Groups Projects
Commit 11fee354 authored by Karthik Shetty's avatar Karthik Shetty
Browse files

Update Jenkinsfile

parent bb2603e3
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,10 @@ pipeline {
// Run Fastlane deploy for Firebase App distribution
sh 'sudo fastlane deployToDrive'
}
} */
}
} */
stage('Firebase App Distribution') {
steps {
script {
......@@ -44,11 +44,11 @@ pipeline {
sh 'fastlane distributeViaFirebase'
}
}
}
}
post {
always {
// Clean up steps if needed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment