Skip to content

Commit

Permalink
BWS-PKG - GitHub Actions - Enable SKIP_L10N
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed May 2, 2024
1 parent 2387f10 commit c2dc023
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,11 @@ jobs:
mkdir -p env
wget -O env/defaults.env https://gitlab.com/koha-community/koha-testing-docker/raw/23.05/env/defaults.env
cp env/defaults.env .env
echo -e "SKIP_L10N=yes" >> .env
echo "ENV FILE:"
cat .env
docker-compose pull
docker-compose -f docker-compose.yml -p koha up --detach
docker-compose --env SKIP_L10N=yes -f docker-compose.yml -p koha up --detach
echo "SLEEPING 3 MINUTES"
sleep 60
echo "1 MINUTE DONE"
Expand Down

0 comments on commit c2dc023

Please sign in to comment.