We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63ab48 commit ae5d131Copy full SHA for ae5d131
aws/release.buildspec.yml
@@ -30,10 +30,8 @@ phases:
30
build:
31
on-failure: abort
32
commands:
33
- - which docker-compose && exit 1;
34
-
35
- 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
+ - mv docker-compose-$(uname -s)-$(uname -m) /root/.pyenv/shims/docker-compose
37
- chmod -v +x /usr/local/bin/docker-compose
38
- docker-compose -v
39
0 commit comments