Compare commits

..
1 Commits
Author SHA1 Message Date
Christian Richter 3dbf1c29bc drone-tests
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-10 15:52:51 +02:00
+1 -1
View File
@@ -13,7 +13,7 @@ def step(arch):
"name": "build",
"image": "alpine",
"commands": [
"echo HELLO WORLD!!!"
"echo hello world"
]
}
]