Skip to content

Commit

Permalink
See if Composer is drawing from a cache
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 17, 2024
1 parent c03d3a5 commit 93090ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt-get update -qq
- run: git clone -b deploy https://github.com/openva/richmondsunlight.com.git
- run: composer --version
- run: cd richmondsunlight.com && composer install && cd ..
- run: ls includes/vendor/composer/
- run: cd richmondsunlight.com && composer install --no-cache && cd ..
- run: cp richmondsunlight.com/htdocs/includes/*.php includes/
- run: rm -Rf richmondsunlight.com
- run: find cron/*.php -print0 |xargs -0 -n1 -P8 php5.6 -l
Expand Down

0 comments on commit 93090ec

Please sign in to comment.