diff --git a/.drone.yml b/.drone.yml index 163660b..a1e4164 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,17 @@ kind: pipeline name: python +clone: + disable: true + steps: + - name: Clone + image: alpine/git + commands: + - ls -l + - git clone https://git.sthope.dev/sthope/portainer-template.git . + - ls -l + - name: badgie image: python commands: @@ -15,6 +25,7 @@ steps: GIT_SSH_KEY: from_secret: gitea_token commands: + - cat README.md - git config user.name "sthope" - git config user.email "rjs.ricardosilva@gmail.com" - git add README.md