mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-05 04:20:52 -06:00
Fix pipeline dep again
This commit is contained in:
@@ -641,10 +641,9 @@ def binary(ctx, name):
|
||||
}
|
||||
|
||||
def releaseSubmodule(ctx):
|
||||
depends = []
|
||||
if len(ctx.build.ref.replace("refs/tags/", "").split("/")) == 2:
|
||||
depends = ['linting&unitTests-%s' % (ctx.build.ref.replace("refs/tags/", "").split("/")[0])]
|
||||
else:
|
||||
depends = []
|
||||
|
||||
return {
|
||||
'kind': 'pipeline',
|
||||
|
||||
Reference in New Issue
Block a user