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