Compare commits

..
1 Commits
Author SHA1 Message Date
Christian Richter dac3d49127 drone-tests
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
+1 -1
View File
@@ -13,7 +13,7 @@ def step(arch):
"name": "build",
"image": "alpine",
"commands": [
"echo HELLO WORLD!!!"
"echo HELLO WORLD!!!!!"
]
}
]