Skip to content

Commit 1e6a516

Browse files
authored
gitpod: update sales channel domain before running
1 parent 5d5c816 commit 1e6a516

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitpod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ tasks:
2929
3030
mkdir -p custom/plugins || true
3131
mv "$TMP_DIR" "custom/plugins/$EXTENSION_NAME"
32-
command: symfony serve --port=8000
32+
command: |
33+
./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}')
34+
symfony serve --port=8000
3335
3436
ports:
3537
- port: 8000

0 commit comments

Comments
 (0)