Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
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
OpenEdx
devstack
Commits
b4c339f1
Commit
b4c339f1
authored
Jun 06, 2017
by
Clinton Blackburn
Committed by
Clinton Blackburn
Jun 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded Docker and Docker Compose for build environment
parent
41c75c8d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
+15
-1
.travis.yml
+15
-1
No files found.
.travis.yml
View file @
b4c339f1
...
@@ -6,12 +6,26 @@ python:
...
@@ -6,12 +6,26 @@ python:
-
"
3.5"
-
"
3.5"
env
:
env
:
-
DEVSTACK_WORKSPACE=/tmp
-
DEVSTACK_WORKSPACE=/tmp
DOCKER_COMPOSE_VERSION=1.13.0
services
:
services
:
-
docker
-
docker
before_install
:
before_install
:
# Upgrade Docker to the latest version
-
docker version
-
sudo apt-get update
-
sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
-
docker version
# Upgrade Docker Compose to the latest version
-
docker-compose --version
-
sudo rm /usr/local/bin/docker-compose
-
curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
-
chmod +x docker-compose
-
sudo mv docker-compose /usr/local/bin
-
docker-compose --version
-
make requirements
-
make requirements
-
make dev.clone
-
make dev.clone
...
...
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