update .drone.star

This commit is contained in:
Florian Schade
2020-12-03 12:28:12 +01:00
parent abf89d4ba7
commit f6493e503f
+2 -2
View File
@@ -124,7 +124,8 @@ def main(ctx):
before = \
[ buildOcisBinaryForTesting(ctx) ] + \
testOcisModules(ctx) + \
testPipelines(ctx)
testPipelines(ctx) + \
[benchmark(ctx)]
stages = [
docker(ctx, 'amd64'),
@@ -141,7 +142,6 @@ def main(ctx):
purge['depends_on'] = getPipelineNames(testPipelines(ctx) + [benchmark(ctx)])
after = [
benchmark(ctx),
manifest(ctx),
changelog(ctx),
readme(ctx),