From 47aecbca538d1109b37853eb4912cfe80b7804df Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 6 Mar 2022 00:01:05 +0530 Subject: Follow-up fixes to snapshot deployment (#1768) * scripts/deploy-snapshot: ensure GITHUB_WORKSPACE is set when script is run * scripts/deploy-snapshot: prevent command output from breaking comparison * scripts/deploy-snapshot: fix shellcheck nits * gitignore: add outputs directory * github: pass privileged token to deployment script --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6dbf3b8c..d647d4bc 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,6 @@ fabric.properties !/gradle/wrapper/gradle-wrapper.jar # End of https://www.gitignore.io/api/androidstudio,gradle + +# Default output directory for APK and Bundle collection tasks +app/outputs -- cgit v1.2.3