Browse Source

updated submodules

bach 2 years ago
parent
commit
f3e7e88082
2 changed files with 6 additions and 6 deletions
  1. 5 5
      Makefile
  2. 1 1
      src_d9

+ 5 - 5
Makefile

@@ -40,8 +40,8 @@ d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_sync_struct d9_cr d9
 d9_crd:
 		docker exec popsu-php_d9-1 /bin/bash -c "drush cache-clear drush"
 
-d9_cr:
-		docker exec popsu-php_d9-1 /bin/bash -c "drush cr"
+d9_composer_install:
+		docker exec popsu-php_d9-1 /bin/bash -c "composer install --no-dev"
 
 d9_updb:
 		docker exec popsu-php_d9-1 /bin/bash -c "drush updb -y"
@@ -52,12 +52,12 @@ d9_cim:
 d9_sync_struct:
 		docker exec popsu-php_d9-1 /bin/bash -c "drush im --choice safe && drush ib --choice full"
 
+d9_cr:
+		docker exec popsu-php_d9-1 /bin/bash -c "drush cr"
+
 d9_pag:
 		docker exec popsu-php_d9-1 /bin/bash -c "drush pag all canonical_entities:node && drush pag all canonical_entities:taxonomy_term"
 
-d9_composer_install:
-		docker exec popsu-php_d9-1 /bin/bash -c "composer install --no-dev"
-
 d9_restart:
 		docker-compose restart php_d9
 

+ 1 - 1
src_d9

@@ -1 +1 @@
-Subproject commit 28190a57496749567fc98900e290ebd430f6c8e5
+Subproject commit f48d0c55cc1229b2db3eb9e3f07bd5ac0c72f645