Commit 67e4a959 by christopher lee Committed by Christopher Lee

Allow course creation script to proceed without the Marketing container

parent 866e5dd3
...@@ -22,8 +22,7 @@ for arg in "$@"; do ...@@ -22,8 +22,7 @@ for arg in "$@"; do
fi fi
elif [ $arg == "--marketing" ]; then elif [ $arg == "--marketing" ]; then
if [ ! "$(docker exec -t edx.devstack.marketing bash -c 'echo "Course will be created for marketing"; exit $?')" ]; then if [ ! "$(docker exec -t edx.devstack.marketing bash -c 'echo "Course will be created for marketing"; exit $?')" ]; then
echo "Issue with marketing container" echo "Issue with marketing container. Course creation will proceed without marketing container."
container_error=true
else else
marketing=true marketing=true
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment