Skip to content

Commit

Permalink
#32 give x permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brady-gsa committed Dec 18, 2019
1 parent 3e470ec commit 5c5a251
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ jobs:
apk add -q gcc
apk add -q libc-dev
apk add -q make
curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
pip install docker-compose
which docker-compose
apk add file
file /usr/local/bin/docker-compose
cat /etc/os-release
docker-compose run test
docker-compose up -d
- run:
Expand Down

0 comments on commit 5c5a251

Please sign in to comment.