Further attempts to debug CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
36cec00fe3
commit
ce77bfe504
|
@ -3,11 +3,6 @@ type: docker
|
||||||
name: deploy
|
name: deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
|
||||||
image: ghcr.io/getzola/zola:v0.17.2
|
|
||||||
entrypoint: ["/bin/zola"]
|
|
||||||
command: ["build"]
|
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
environment:
|
environment:
|
||||||
|
@ -23,5 +18,4 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
commands:
|
commands:
|
||||||
- echo test
|
- lsb_release -a
|
||||||
- lsb_release
|
|
||||||
|
|
Loading…
Reference in New Issue