Skip to content
Snippets Groups Projects
Commit dea56616 authored by Florent Gluck's avatar Florent Gluck
Browse files

Improved build_live_exam_iso so that it can be executed concurrently

parent c9c1dbf2
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
CONFIG_DIR=config
TMP_CONTAINER_NAME=`echo $RANDOM | md5sum | head -c 20; echo;`
DOCKER_IMG=nexus-live-exam-os
IMG_SUFFIX=`echo $RANDOM | md5sum | head -c 8; echo;`
DOCKER_IMG="nexus-live-exam-os_"$IMG_SUFFIX
usage () {
app=`basename $0`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment