Install docker using convenience script
This commit is contained in:
parent
16cc5d9cf7
commit
4cfe143326
@ -12,7 +12,8 @@ steps:
|
|||||||
image: debian:buster
|
image: debian:buster
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y bats docker
|
- apt install -y bats curl
|
||||||
|
- curl -fsSL https://get.docker.com | sh
|
||||||
- bats test.bats
|
- bats test.bats
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user