Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
e322bba8
Commit
e322bba8
authored
9 years ago
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make check-migrations script exit with proper status on errors
parent
3c5413d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
util/jenkins/check-migrations.sh
+3
-0
No files found.
util/jenkins/check-migrations.sh
View file @
e322bba8
...
...
@@ -65,3 +65,6 @@ ansible-playbook -c local $extra_var_args --tags edxapp_cfg -i localhost, -s -U
# easier to read
ansible-playbook
-v
-c
local
$extra_var_args
-i
localhost,
-s
-U
jenkins edxapp_migrate.yml | sed
's/\\n/\n/g'
#We don't care about the exit status of the `sed`
exit
${
PIPESTATUS
[0]
}
This diff is collapsed.
Click to expand it.
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