Skip to content

Commit 1f93dc8

Browse files
committed
ITKDevOps: Fixed cache clear in build
1 parent e109512 commit 1f93dc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: |
2323
docker network create frontend
2424
docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative
25-
docker compose run --rm --user=root phpfpm composer clear-cache
2625
2726
- name: Building assets for the frontend
2827
run: |

0 commit comments

Comments
 (0)