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
edx
configuration
Commits
d6d6e239
Commit
d6d6e239
authored
9 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update check-migrations.sh
Correct typo. Spelling is hard.
parent
330df285
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
util/jenkins/check-migrations.sh
+3
-3
No files found.
util/jenkins/check-migrations.sh
View file @
d6d6e239
...
...
@@ -19,14 +19,14 @@ cd "$WORKSPACE/edx-platform"
pip install
--exists-action
w
-r
requirements/edx/pre.txt
pip install
--exists-action
w
-r
requirements/edx/base.txt
if
[[
-f
requirem
ne
ts/edx/post.txt
]]
;
then
if
[[
-f
requirem
en
ts/edx/post.txt
]]
;
then
pip install
--exists-action
w
-r
requirements/edx/post.txt
fi
if
[[
-f
requirem
ne
ts/edx/repo.txt
]]
;
then
if
[[
-f
requirem
en
ts/edx/repo.txt
]]
;
then
pip install
--exists-action
w
-r
requirements/edx/repo.txt
fi
pip install
--exists-action
w
-r
requirements/edx/github.txt
if
[[
-f
requirem
ne
ts/edx/local.txt
]]
;
then
if
[[
-f
requirem
en
ts/edx/local.txt
]]
;
then
pip install
--exists-action
w
-r
requirements/edx/local.txt
fi
pip install
--exists-action
w
-r
requirements/edx/edx-private.txt
...
...
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