Skip to content

Commit

Permalink
Comment out the debian package installation lines, they are not curre…
Browse files Browse the repository at this point in the history
…ntly needed
  • Loading branch information
kylemhall committed Jan 14, 2025
1 parent 5f793b5 commit f14cddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
pwd
ls -alh
echo "`date`: Installing YAML::Syck, needed for Koha 20.11 and earlier"
docker exec koha-koha-1 apt-get install -y libemail-valid-perl libmojo-jwt-perl
while [ $? -ne 0 ]; do echo "INSTALL YAML::Syck" && docker exec koha-koha-1 apt-get install -y libemail-valid-perl; done
#docker exec koha-koha-1 apt-get install -y libemail-valid-perl libmojo-jwt-perl
#while [ $? -ne 0 ]; do echo "INSTALL YAML::Syck" && docker exec koha-koha-1 apt-get install -y libemail-valid-perl; done
echo "SLEEPING 3 MINUTES"
sleep 60
echo "1 MINUTE DONE"
Expand Down

0 comments on commit f14cddc

Please sign in to comment.