jenkins.sh: Fix trailing whitespace

This commit is contained in:
Pau Espin 2018-02-19 12:03:39 +01:00
parent 51deedd956
commit 56276f95fd
2 changed files with 4 additions and 4 deletions

View File

@ -13,14 +13,14 @@ cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/
network_create 172.18.2.0/24
echo Starting container with STP
echo Starting container with STP
docker run --rm \
--network $NET_NAME --ip 172.18.2.200 \
-v $VOL_BASE_DIR/stp:/data \
--name ${BUILD_TAG}-stp -d \
$REPO_USER/osmo-stp-master
echo Starting container with BSC
echo Starting container with BSC
docker run --rm \
--network $NET_NAME --ip 172.18.2.20 \
-v $VOL_BASE_DIR/bsc:/data \

View File

@ -17,14 +17,14 @@ cp osmo-msc.cfg $VOL_BASE_DIR/msc/
mkdir $VOL_BASE_DIR/unix
echo Starting container with STP
echo Starting container with STP
docker run --rm \
--network $NET_NAME --ip 172.18.1.200 \
-v $VOL_BASE_DIR/stp:/data \
--name ${BUILD_TAG}-stp -d \
$REPO_USER/osmo-stp-master
echo Starting container with MSC
echo Starting container with MSC
docker run --rm \
--network $NET_NAME --ip 172.18.1.10 \
-v $VOL_BASE_DIR/msc:/data \