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 cfed37a commit 8804bb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ jobs:
command: |
curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
chmod +x ~/docker-compose
ls ~
mv ~/docker-compose /usr/local/bin/docker-compose
ls /usr/local/bin
echo $PATH
whoami
which docker-compose
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 8804bb0

Please sign in to comment.