Further attempts to debug CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 21:04:22 +01:00
parent 36cec00fe3
commit ce77bfe504
1 changed files with 1 additions and 7 deletions

View File

@ -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