Image goes on steps (doh)
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-02 16:05:31 +13:00
parent f6713ff240
commit 0a1f4323a3

View File

@@ -67,6 +67,7 @@ local gen_pipeline(distro) =
local gen_release() =
{kind: 'pipeline',
type: 'docker',
image: 'guisea/ansible-molecule:alpine-latest',
name: 'Generate Release',
commands: [
'sleep 10', // give docker enough time to start
@@ -84,7 +85,6 @@ local gen_release() =
local gen_pipeline_release() =
{kind: 'pipeline',
type: 'docker',
image: 'guisea/ansible-molecule:alpine-latest',
name: 'Generate release from tag',
steps:
[gen_release()],