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:
Matt Rogers 2018-05-25 22:23:51 -05:00
parent 672f43f03e
commit c809abe289
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -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"