pipeline fix
continuous-integration/drone Build was killed

This commit is contained in:
Linus109
2025-11-23 11:39:24 +01:00
parent 39ea0ce715
commit 3b2dea762c
+2 -1
View File
@@ -1,9 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: clang
image: silkeh/clang:latest
commands:
- clang hello.c -o hello
- ./hello