Skip to content

Commit bb45a03

Browse files
committed
chore: remove initial Composer installation task from Taskfile
1 parent 6c9567c commit bb45a03

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
task wordpress:getpull-image
8383
task wordpress:getapacheconf
8484
task create:apps
85-
task wordpress:install-first
8685
task wordpress:deploy
8786
task wordpress:waiting
8887

Taskfile.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ tasks:
103103
COMPOSE_FILE: "{{.DOCKERCOMPOSEFILE}}"
104104
STACK_NAME: "{{.STACK_NAME}}"
105105

106-
wordpress:install-first:
107-
desc: "Installation initiale de Composer et des dépendances"
108-
silent: true
109-
cmds:
110-
- docker run --rm -v $(pwd)/apps:/var/www -w /var/www koromerzhin/php:8.4.3-apache symfony composer install
111-
112106
wordpress:waiting:
113107
desc: "Attend que les services soient opérationnels"
114108
silent: true

0 commit comments

Comments
 (0)