Skip to content

Commit

Permalink
more release script debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Mar 5, 2025
1 parent 4c13315 commit d175238
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,17 @@ echo "➤ Checking out git matomo-for-wordpress repository..."
git clone --recurse-submodules --single-branch --branch live https://github.com/matomo-org/matomo-for-wordpress.git "$GITHUB_WORKSPACE"

cd "$GITHUB_WORKSPACE"
echo "➤ Fetching lfs files..."
git lfs fetch --all
git lfs pull
git lfs checkout
if grep 'version https' ./app/plugins/Morpheus/icons/dist/flags/*.png; then
die "lfs checkout failed"
fi

which git-lfs
git-lfs --version

echo "flag contents"
cat ./app/plugins/Morpheus/icons/dist/flags/af.png
cat ./app/plugins/Morpheus/icons/dist/flags/ag.png
Expand Down

0 comments on commit d175238

Please sign in to comment.