Docker-compose is not included in docker image
continuous-integration/drone/push Build is passing Details

pull/1/head
Yohann D'ANELLO 4 years ago
parent b964d6fb2d
commit 198d382944

@ -2,8 +2,10 @@ kind: pipeline
type: docker
name: check
# Ensure that YAML is well-formed
steps:
- name: check-config
image: docker
commands:
- apk add --no-cache docker-compose
- docker-compose config

Loading…
Cancel
Save