Install docker using convenience script

This commit is contained in:
3wc 2020-10-23 05:12:13 +02:00
parent 16cc5d9cf7
commit 4cfe143326
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ steps:
image: debian:buster
commands:
- apt update
- apt install -y bats docker
- apt install -y bats curl
- curl -fsSL https://get.docker.com | sh
- bats test.bats
trigger:
branch: