Skip to content

Commit ae5d131

Browse files
deleugpnmnapoli
authored andcommitted
Try to override docker-compose
1 parent a63ab48 commit ae5d131

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aws/release.buildspec.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ phases:
3030
build:
3131
on-failure: abort
3232
commands:
33-
- which docker-compose && exit 1;
34-
3533
- wget https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)
36-
- mv docker-compose-$(uname -s)-$(uname -m) /usr/local/bin/docker-compose
34+
- mv docker-compose-$(uname -s)-$(uname -m) /root/.pyenv/shims/docker-compose
3735
- chmod -v +x /usr/local/bin/docker-compose
3836
- docker-compose -v
3937

0 commit comments

Comments
 (0)