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
fd977662
Commit
fd977662
authored
9 years ago
by
Edward Zarecor
Committed by
Michael Roytman
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cd is persistent
parent
2000a18b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
fd977662
...
...
@@ -33,7 +33,9 @@ env:
-
MAKE_TARGET=docker.test.shard SHARD=2 SHARDS=3
script
:
-
cd playbooks && comm -12 <(git diff --name-only ${TRAVIS_COMMIT_RANGE} | sort) <(python ../util/ansible-deps.py --playbook ../docker/plays/edxapp.yml --output-role-files | sort)
-
cd playbooks
-
comm -12 <(git diff --name-only ${TRAVIS_COMMIT_RANGE} | sort) <(python ../util/ansible-deps.py --playbook ../docker/plays/edxapp.yml --output-role-files | sort)
-
cd ..
-
docker --version
-
make --version
-
travis_wait 50 make --keep-going $MAKE_TARGET SHARD=$SHARD SHARDS=$SHARDS
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