You've already forked ansible-role-common
This commit is contained in:
@@ -73,6 +73,7 @@ local gen_release() =
|
|||||||
name: 'Generate Release',
|
name: 'Generate Release',
|
||||||
commands: [
|
commands: [
|
||||||
'sleep 10', // give docker enough time to start
|
'sleep 10', // give docker enough time to start
|
||||||
|
'env'
|
||||||
'mkdir ${DRONE_REPO_NAME}',
|
'mkdir ${DRONE_REPO_NAME}',
|
||||||
'rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}',
|
'rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}',
|
||||||
'cd ${DRONE_REPO_NAME}',
|
'cd ${DRONE_REPO_NAME}',
|
||||||
|
|||||||
Reference in New Issue
Block a user