mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
put a site.yml file in place for CI
This commit is contained in:
parent
c809abe289
commit
68ce8ad1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ before_install:
|
|||
- chmod 0755 docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
install: true
|
||||
script: "docker-compose build; bin/rake ci:lite"
|
||||
script: "cp config/site.yml.tmpl config/site.yml ; docker-compose build ; bin/rake ci:lite"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue