Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2021-06-15 10:53:11 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-15 12:01:54 +0300
commit66ee75ed1285d2f5dc8a1a44ff76397811396b01 (patch)
tree2a922cbac642eb1024846aa2f4804af480d2d46d /.drone.star
parentb415a9145f7edb79fee681650061ccc9fd134822 (diff)
ci: replace unmaintained alpine step image
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.star b/.drone.star
index 500ba02af..2767c4307 100644
--- a/.drone.star
+++ b/.drone.star
@@ -304,7 +304,7 @@ def changelog(ctx, trigger = {}, depends_on = []):
},
{
"name": "diff",
- "image": "owncloud/alpine:latest",
+ "image": "owncloudci/alpine:latest",
"pull": "always",
"commands": [
"git diff",