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
fi
elif [ $arg == "--marketing" ]; then
if [ ! "$(docker exec -t edx.devstack.marketing bash -c 'echo "Course will be created for marketing"; exit $?')" ]; then
echo "Issue with marketing container"
container_error=true
echo "Issue with marketing container. Course creation will proceed without marketing container."
else
marketing=true
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