mirror of https://github.com/OpenVidu/openvidu.git
Beautify create_image.sh for openvidu-deployment-tester
parent
9080159736
commit
d996e41258
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
if [[ ! -z $VERSION ]]; then
|
if [[ ! -z $VERSION ]]; then
|
||||||
docker build --pull --no-cache --rm=true -t "openvidu/openvidu-deployment-tester:${VERSION}" .
|
docker build --pull --no-cache --rm=true -t "openvidu/openvidu-deployment-tester:${VERSION}" .
|
||||||
|
|
Loading…
Reference in New Issue