diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-03-06 00:01:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 18:31:05 +0000 |
commit | 47aecbca538d1109b37853eb4912cfe80b7804df (patch) | |
tree | 88ac663027a767af7cd66cf7681019009ad07586 /.gitignore | |
parent | 208e49e4d51891f2a3d16647ceb43eef9eebfce6 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |