Switch back to Ubuntu for CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 19:59:21 +01:00
parent 3df71df68f
commit 17000bedb4
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
command: ["build"] command: ["build"]
- name: deploy - name: deploy
image: alpine:latest image: ubuntu:latest
environment: environment:
HOST: HOST:
@ -27,4 +27,4 @@ steps:
commands: commands:
- echo test - echo test
- apk update - apt-get update