Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Feb 21, 2025
1 parent 8505fb7 commit 64ae94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ workflows:
echo $REPO_RIA_RSA | base64 --decode > app/src/main/assets/config/default-config.rsa
echo $REPO_RIA_TRUSTED_TEST_MP | base64 --decode > app/src/main/assets/tslFiles/trusted-test-mp.xml
# EE_T.xml is too large to use in environmental variable. Using compressed variant
echo $REPO_RIA_EE_TSL | base64 --decode | gunzip > config-lib/src/main/assets/tslFiles/EE_T.xml
echo $REPO_RIA_EE_TSL | base64 --decode | gunzip > app/src/main/assets/tslFiles/EE_T.xml
else
echo "Not using repo.ria configuration"
fi
Expand Down

0 comments on commit 64ae94b

Please sign in to comment.