Skip to content

Commit 6a11b05

Browse files
authored
init and fetch sdk submodule before container build in GH codespaces (#4449)
1 parent a0171f0 commit 6a11b05

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.devcontainer/onCreateCommand.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ poetry config virtualenvs.create true
66
poetry config virtualenvs.in-project true
77
poetry install --no-interaction --no-ansi
88

9+
git submodule update --init
10+
911
invoke demo.build

.devcontainer/postCreateCommand.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22

33
git pull
4+
git submodule update
45
invoke demo.start --wait

0 commit comments

Comments
 (0)