Update to drone variables

This commit is contained in:
2022-03-11 12:19:01 +13:00
parent fccf6923e0
commit fe01bc9a1b

View File

@@ -10,9 +10,9 @@ steps:
path: /var/run
commands:
- apt-get update && apt-get install -y rsync
- mkdir $BITBUCKET_REPO_SLUG
- rsync -a . $BITBUCKET_REPO_SLUG --exclude $BITBUCKET_REPO_SLUG
- cd $BITBUCKET_REPO_SLUG
- mkdir ${DRONE_REPO_NAME}
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
- cd ${DRONE_REPO_NAME}
- python3 --version
- ansible --version
- molecule --version