ci: only wait for assets in server task
[skip ci]
This commit is contained in:
parent
9d06979b2d
commit
8950c4170b
1 changed files with 5 additions and 2 deletions
7
.github/helper/install.sh
vendored
7
.github/helper/install.sh
vendored
|
|
@ -83,5 +83,8 @@ then
|
|||
bench --site test_site_producer reinstall --yes
|
||||
fi
|
||||
|
||||
# wait till assets are built succesfully
|
||||
wait $build_pid
|
||||
if [ "$TYPE" == "server" ]
|
||||
then
|
||||
# wait till assets are built succesfully
|
||||
wait $build_pid
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue