ci: only wait for assets in server task

[skip ci]
This commit is contained in:
Ankush Menat 2022-08-25 23:22:06 +05:30 committed by GitHub
parent 9d06979b2d
commit 8950c4170b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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