Skip to content

Commit a63ab48

Browse files
deleugpnmnapoli
authored andcommitted
where is docker-compose installed:
1 parent 1776adc commit a63ab48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/release.buildspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ phases:
3030
build:
3131
on-failure: abort
3232
commands:
33+
- which docker-compose && exit 1;
34+
3335
- wget https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)
3436
- mv docker-compose-$(uname -s)-$(uname -m) /usr/local/bin/docker-compose
3537
- chmod -v +x /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)