From 7681f1fe912d8095a5676b7af92ec442dea52b35 Mon Sep 17 00:00:00 2001 From: Julien Leduc <julien.leduc@cern.ch> Date: Wed, 20 Dec 2017 10:18:06 +0100 Subject: [PATCH] It was still waiting for the script in /shared, therefore it did nothing... --- continuousintegration/docker/ctafrontend/cc7/rc.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/continuousintegration/docker/ctafrontend/cc7/rc.local b/continuousintegration/docker/ctafrontend/cc7/rc.local index 33f8140730..1bfc74b60b 100644 --- a/continuousintegration/docker/ctafrontend/cc7/rc.local +++ b/continuousintegration/docker/ctafrontend/cc7/rc.local @@ -3,9 +3,9 @@ touch /var/lock/subsys/local # for now we do tests using locally hackable resources mounter in /shared -echo -n "Waiting for /shared/rc.local" > /tmp/rc.log -for ((;;)); do test -e /shared/rc.local && break; sleep 1; echo -n . >> /tmp/rc.log; done -echo OK >> /tmp/rc.log +#echo -n "Waiting for /shared/rc.local" > /tmp/rc.log +#for ((;;)); do test -e /shared/rc.local && break; sleep 1; echo -n . >> /tmp/rc.log; done +#echo OK >> /tmp/rc.log # rc.local envinronment is empty but I need all the kubernetes environment # variables to go further and configure the services. -- GitLab