Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
4cb13f906f 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 15:59:11 +02:00

View File

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