fix: remove leftovers

This commit is contained in:
Michael Barz
2025-03-13 16:00:29 +01:00
parent 66d54795c6
commit bad59d67a1
+1 -3
View File
@@ -1672,8 +1672,7 @@ def binaryRelease(ctx, arch, build_type, target, depends_on = []):
return {
"name": "binaries-%s-%s" % (arch, build_type),
"steps": makeNodeGenerate("") +
makeGoGenerate("") +
[licenseCheck(ctx)] + [
makeGoGenerate("") + [
{
"name": "build",
"image": OC_CI_GOLANG,
@@ -1688,7 +1687,6 @@ def binaryRelease(ctx, arch, build_type, target, depends_on = []):
"environment": CI_HTTP_PROXY_ENV,
"commands": [
"make -C opencloud release-finish",
"cp assets/End-User-License-Agreement-for-ownCloud-Infinite-Scale.pdf ocis/dist/release/",
],
"when": [
{