Switch back to Ubuntu for CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
3df71df68f
commit
17000bedb4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue