File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2828 ./run.sh -d 20 -c demo1
2929 - name : Run the Docker image with a worm
3030 run : |
31+ ./stop.sh
3132 ./run.sh
3233 - name : Info on generated files
3334 run : |
Original file line number Diff line number Diff line change @@ -29,17 +29,15 @@ else #Duration is set, use it.
2929 DURATION_PART=" -e DURATION=$duration "
3030fi
3131
32- echo 888
3332if [ -z " $configuration " ]
3433then # configuration is not set, don't use it
3534 CONFIGURATION_PART=" "
3635else # Configuration is set, use it.
3736 CONFIGURATION_PART=" -e CONFIGURATION=$configuration "
3837fi
3938
40- echo 77
4139
42- echo " Running Docker container for OpenWorm v${version} , configuration: ${configuration} , duration: ${duration} "
40+ echo " Running Docker container for OpenWorm v${version} "
4341
4442
4543docker run -d \
You can’t perform that action at this time.
0 commit comments