git in debian-stable image
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-04-08 18:47:43 +02:00
parent dd52955602
commit 9d83926159
2 changed files with 2 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ local build(dir, package) = {
tags: ['latest'],
repo: 'cr.wks/%(package)s' % { package: package },
cache_from: 'cr.wks/%(package)s:latest' % { package: package },
dry_run: 'true'
},
};
[