aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-09-13 19:28:16 +0000
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-07-19 12:12:51 +0200
commit11c2762229a1e284433e5a0f63e75c4689f99d38 (patch)
tree16679453f04aef912c977ac1133b3c282730367c
parent42f14b7690029d4c0d7fa467b821370567cf4c09 (diff)
normal stp
-rwxr-xr-xttcn3-bsc-test/jenkins.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 1c2eef4..2947996 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -52,8 +52,9 @@ docker run --rm \
-v $VOL_BASE_DIR/stp:/data \
--name ${BUILD_TAG}-stp -d \
$DOCKER_ARGS \
- $REPO_USER/osmo-stp-$IMAGE_SUFFIX \
- sleep 9999999
+ $REPO_USER/osmo-stp-$IMAGE_SUFFIX
+ #\
+ #sleep 9999999
echo Starting container with BSC
docker run --rm \