Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
2a457bdc
Commit
2a457bdc
authored
Nov 07, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set -e and -x on jenkins build scripts
parent
6b28b70e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
jenkins/quality.sh
+4
-2
jenkins/test_edge.sh
+3
-0
jenkins/test_lms.sh
+3
-0
No files found.
jenkins/quality.sh
View file @
2a457bdc
#! /bin/bash
#! /bin/bash
set
-e
set
-x
# Reset the submodule, in case it changed
# Reset the submodule, in case it changed
git submodule foreach
'git reset --hard HEAD'
git submodule foreach
'git reset --hard HEAD'
...
@@ -8,4 +11,4 @@ export PYTHONIOENCODING=UTF-8
...
@@ -8,4 +11,4 @@ export PYTHONIOENCODING=UTF-8
rake clobber
rake clobber
rake pep8
||
echo
"pep8 failed, continuing"
rake pep8
||
echo
"pep8 failed, continuing"
rake pylint
||
echo
"pylint failed, continuing"
rake pylint
||
echo
"pylint failed, continuing"
\ No newline at end of file
jenkins/test_edge.sh
View file @
2a457bdc
#! /bin/bash
#! /bin/bash
set
-e
set
-x
# Reset the submodule, in case it changed
# Reset the submodule, in case it changed
git submodule foreach
'git reset --hard HEAD'
git submodule foreach
'git reset --hard HEAD'
...
...
jenkins/test_lms.sh
View file @
2a457bdc
#! /bin/bash
#! /bin/bash
set
-e
set
-x
# Reset the submodule, in case it changed
# Reset the submodule, in case it changed
git submodule foreach
'git reset --hard HEAD'
git submodule foreach
'git reset --hard HEAD'
...
...
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