Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add code rade src volume
  • Loading branch information
brucellino committed May 5, 2017
1 parent 95fa550 commit be88e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ before_install:
- docker create -v /data/modules --name code-rade-modules alpine /bin/true
- docker create -v /data/artefacts --name code-rade-repo alpine /bin/true
- docker create -v /data/ci-build --name code-rade-soft alpine /bin/true
- docker create -v /data/src --name code-rade-src alpine /bin/true
install:
- mkdir $HOME/roles
- sudo git clone https://github.com/AAROC/CODE-RADE-container $HOME/roles/AAROC.CODE-RADE-container
Expand Down

0 comments on commit be88e60

Please sign in to comment.