Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
6b095e051a drone-tests
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-10 16:03:28 +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!!"
] ]
} }
] ]