Change container distro
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-06-18 20:14:42 +02:00
parent 6f4ae7de65
commit 7a7d4ad325
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ type: docker
name: default
steps:
- name: lint
image: denoland/deno:alpine
image: denoland/deno:debian
commands:
- deno fmt --check
- deno lint
- name: test
image: denoland/deno:alpine
image: denoland/deno:debian
commands:
- deno test -A