Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
f8766891
Commit
f8766891
authored
9 years ago
by
Jesse Zoldak
Browse files
Options
Downloads
Patches
Plain Diff
No need to install prereqs twice on circleci.com
parent
df936837
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pavelib/prereqs.py
+4
-0
4 additions, 0 deletions
pavelib/prereqs.py
scripts/circle-ci-tests.sh
+4
-0
4 additions, 0 deletions
scripts/circle-ci-tests.sh
with
8 additions
and
0 deletions
pavelib/prereqs.py
+
4
−
0
View file @
f8766891
...
...
@@ -11,6 +11,10 @@ from .utils.envs import Env
PREREQS_MD5_DIR
=
os
.
getenv
(
'
PREREQ_CACHE_DIR
'
,
Env
.
REPO_ROOT
/
'
.prereqs_cache
'
)
NPM_REGISTRY
=
"
http://registry.npmjs.org/
"
# If you make any changes to this list you also need to make
# a corresponding change to circle.yml, which is how the python
# prerequisites are installed for builds on circleci.com
PYTHON_REQ_FILES
=
[
'
requirements/edx/pre.txt
'
,
'
requirements/edx/github.txt
'
,
...
...
This diff is collapsed.
Click to expand it.
scripts/circle-ci-tests.sh
+
4
−
0
View file @
f8766891
...
...
@@ -25,6 +25,10 @@ set -e
# piped command, or a zero if they all succeed.
set
-o
pipefail
# There is no need to install the prereqs, as this was already
# just done via the dependencies override section of circle.yml.
export
NO_PREREQ_INSTALL
=
'true'
EXIT
=
0
case
$CIRCLE_NODE_INDEX
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment