Blessings of the Omnissiah be upon me!
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Techpriest-01 2023-04-25 19:20:50 +01:00
parent 997b18cadd
commit af3cf35a12

View File

@ -1,6 +1,9 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: hello-world name: hello-world
platform:
os: linux
arch: arm
trigger: trigger:
branch: branch:
@ -10,6 +13,7 @@ trigger:
steps: steps:
- name: say-hello - name: say-hello
image: arm64v8/busybox image: alpine
commands: commands:
- echo hello-world - echo hello
- echo world