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
+1 -1
View File
@@ -13,7 +13,7 @@ def step(arch):
"name": "build",
"image": "alpine",
"commands": [
"echo HELLO WORLD!!!!!"
"echo HELLO WORLD!!"
]
}
]