Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
67e4a959
Commit
67e4a959
authored
Nov 01, 2017
by
christopher lee
Committed by
Christopher Lee
Nov 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow course creation script to proceed without the Marketing container
parent
866e5dd3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
course-generator/create-courses.sh
+1
-2
No files found.
course-generator/create-courses.sh
View file @
67e4a959
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment