Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
dac3d49127 drone-tests
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-10 16:01:37 +02:00

View File

@@ -13,7 +13,7 @@ def step(arch):
"name": "build", "name": "build",
"image": "alpine", "image": "alpine",
"commands": [ "commands": [
"echo HELLO WORLD!!" "echo HELLO WORLD!!!!!"
] ]
} }
] ]