remove redundant cache refresh
This commit is contained in:
parent
9951d2ee77
commit
168dee0259
@ -24,6 +24,7 @@ jobs:
|
||||
|
||||
- name: Update Composer Packages
|
||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||
<<<<<<< HEAD
|
||||
run: composer update
|
||||
|
||||
- name: Refresh Site Cache
|
||||
@ -32,3 +33,6 @@ jobs:
|
||||
php bin/console cache:clear
|
||||
php bin/console cache:pool:prune
|
||||
php bin/console cache:warmup
|
||||
=======
|
||||
run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }}
|
||||
>>>>>>> d172aec (remove redundant cache refresh)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user