You've already forked ansible-role-common
Update to drone variables
This commit is contained in:
@@ -10,9 +10,9 @@ steps:
|
|||||||
path: /var/run
|
path: /var/run
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y rsync
|
- apt-get update && apt-get install -y rsync
|
||||||
- mkdir $BITBUCKET_REPO_SLUG
|
- mkdir ${DRONE_REPO_NAME}
|
||||||
- rsync -a . $BITBUCKET_REPO_SLUG --exclude $BITBUCKET_REPO_SLUG
|
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
|
||||||
- cd $BITBUCKET_REPO_SLUG
|
- cd ${DRONE_REPO_NAME}
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- ansible --version
|
- ansible --version
|
||||||
- molecule --version
|
- molecule --version
|
||||||
|
|||||||
Reference in New Issue
Block a user