Update target commit.
This commit is contained in:
parent
6e6c55e801
commit
d571680ff1
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export TARGET_PROJECT_GIT_COMMIT=7da3f29f42d20fe56f67362fac210dcd1ab863b0
|
export TARGET_PROJECT_GIT_COMMIT=42a1604146bce97dd363f3f6e44afb7e19f1ce0f
|
@ -28,7 +28,7 @@ fi
|
|||||||
|
|
||||||
# if the machine does exist, let's make sure it's RUNNING.
|
# if the machine does exist, let's make sure it's RUNNING.
|
||||||
if lxc list --format csv | grep -q "ss-mgmt,STOPPED"; then
|
if lxc list --format csv | grep -q "ss-mgmt,STOPPED"; then
|
||||||
echo "INFO: The management machine was in a STOPPED state. Starting the environment. Please wait."
|
echo "INFO: The SSME was in a STOPPED state. Starting the environment. Please wait."
|
||||||
lxc start ss-mgmt
|
lxc start ss-mgmt
|
||||||
sleep 30
|
sleep 30
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user