Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2023-09-02 14:18:10 +02:00
parent 6aa123ce59
commit de821578b4

View File

@ -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