dont install recommended packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ef30ebc8af
commit
e881723a9c
@ -6,7 +6,7 @@ steps:
|
|||||||
- name: html_validate
|
- name: html_validate
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y docker-compose
|
- apt-get update && apt-get install --no-install-recommends -y docker-compose
|
||||||
- docker-compose config --services
|
- docker-compose config --services
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Reference in New Issue
Block a user