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 4427350 commit 4a23421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ workflows:
# Download latest 'eu-lotl' file
wget "https://ec.europa.eu/tools/lotl/eu-lotl.xml" -P app/src/main/assets/tslFiles
ls -lahtR app/src/main/assets
if [ -f "app/src/main/assets/tslFiles/eu-lotl.xml" ]; then
echo "Getting TSL (local LOTL)"
# Repo.ria TSL files already in assets folder, doesn't need to download separately anymore
Expand Down

0 comments on commit 4a23421

Please sign in to comment.