Skip to content

Commit 99cd0a0

Browse files
committed
fix the docker compose order issues
1 parent 280e200 commit 99cd0a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/start.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ fi
88

99
docker compose version
1010
docker compose -f "$file" down
11-
docker compose -f "$file" up --build testing --exit-code-from testing --remove-orphans
11+
docker compose -f "$file" build extension
12+
docker compose -f "$file" up --exit-code-from testing --remove-orphans

0 commit comments

Comments
 (0)