Adding peerjs to CI - .gitlab-ci.yml fix
This commit is contained in:
parent
3fc09440c1
commit
d421120ca0
|
@ -5,7 +5,7 @@ before_script:
|
||||||
peerjs:
|
peerjs:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd podman-matrix
|
- cd podman-peerjs
|
||||||
- GARBAYE_PEERJS_ENV_LISTENPORT=19000 ./10_install.sh
|
- GARBAYE_PEERJS_ENV_LISTENPORT=19000 ./10_install.sh
|
||||||
- ./20_enable.sh
|
- ./20_enable.sh
|
||||||
- ./30_start.sh && sleep 10
|
- ./30_start.sh && sleep 10
|
||||||
|
|
Loading…
Reference in a new issue