mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
Use the octal version of chmod
The prior command was wrong. I also know exactly what I'm getting with this version.
This commit is contained in:
parent
672f43f03e
commit
c809abe289
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ env:
|
|||
before_install:
|
||||
- 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
|
||||
- chmod 0755 docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
install: true
|
||||
script: "docker-compose build; bin/rake ci:lite"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue