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 1776adc commit a63ab48Copy full SHA for a63ab48
aws/release.buildspec.yml
@@ -30,6 +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
37
- chmod -v +x /usr/local/bin/docker-compose
0 commit comments