replace gitea token echo with a status complete message; also wanting to checkout drone ci vscode extension
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 00:17:28 -05:00
parent 425f0d878d
commit 0e73abc19d

View File

@ -16,7 +16,7 @@ steps:
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml - ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
- ansible-lint --offline $DRONE_WORKSPACE - ansible-lint --offline $DRONE_WORKSPACE
- ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml - ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml
- echo "GITEA_TOKEN=$GITEA_TOKEN" - echo "Build complete and successful for $DRONE_REPO_NAME"
when: when:
branch: branch:
- development - development