You've already forked ansible-role-common
Add pipeline for package release
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -67,7 +67,7 @@ local gen_pipeline(distro) =
|
||||
local gen_release() =
|
||||
{kind: 'pipeline',
|
||||
type: 'docker',
|
||||
name: 'Generate Release'
|
||||
name: 'Generate Release',
|
||||
commands: [
|
||||
'sleep 10', // give docker enough time to start
|
||||
'mkdir ${DRONE_REPO_NAME}',
|
||||
@@ -100,4 +100,5 @@ local gen_release() =
|
||||
['Test on %(distro)s' % { distro: distro }
|
||||
for distro in distros]
|
||||
}
|
||||
gen_release(),
|
||||
]
|
||||
Reference in New Issue
Block a user