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

Update Jenkinsfile

parent 18b74463
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ pipeline {
env.PATH = "${fastlanePath}:${env.PATH}"
// Run Fastlane deploy for Firebase App distribution
sh 'fastlane deployToDrive'
sh 'sudo fastlane deployToDrive'
}
}
......@@ -41,7 +41,7 @@ pipeline {
env.PATH = "${fastlanePath}:${env.PATH}"
// Run Fastlane deploy for Firebase App distribution
sh 'fastlane distributeViaFirebase'
sh 'sudo fastlane distributeViaFirebase'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment