Stop flooding logs in deploy.sh when sourcing rvm

This stuff is just because I don't want to source rvm
in my .bashrc which slows it down significantly.
I guess this stuff would not work so well on other
peoples machines, but i'll worry about that if
anyone other than myself wants to do deployments.
This commit is contained in:
Brandon Presley 2022-11-05 13:01:17 +13:00
parent 568819e85f
commit aaca9240a2
1 changed files with 3 additions and 0 deletions

View File

@ -29,8 +29,11 @@ sed -i "s/\"version\": \"[0-9]*.[0-9]*\"/\"version\": \"$major.$minor\"/" ../pac
[ "$1" != "--nobundle" ] && ./gradlew bundleRelease
set +x
source ~/.cache/yay/rvm/rvm.sh
rvm use ruby-2.7.5
set -x
fastlane supply --aab app/build/outputs/bundle/release/app-release.aab
git add app/build.gradle ../package.json