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
Jan 24, 2016
by
Edward Zarecor
Committed by
Michael Roytman
Jun 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cd is persistent
parent
2000a18b
Hide 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:
...
@@ -33,7 +33,9 @@ env:
-
MAKE_TARGET=docker.test.shard SHARD=2 SHARDS=3
-
MAKE_TARGET=docker.test.shard SHARD=2 SHARDS=3
script
:
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
-
docker --version
-
make --version
-
make --version
-
travis_wait 50 make --keep-going $MAKE_TARGET SHARD=$SHARD SHARDS=$SHARDS
-
travis_wait 50 make --keep-going $MAKE_TARGET SHARD=$SHARD SHARDS=$SHARDS
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