This commit is contained in:
parent
6aa123ce59
commit
de821578b4
11
.drone.yml
11
.drone.yml
@ -2,7 +2,17 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: python
|
name: python
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- ls -l
|
||||||
|
- git clone https://git.sthope.dev/sthope/portainer-template.git .
|
||||||
|
- ls -l
|
||||||
|
|
||||||
- name: badgie
|
- name: badgie
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
@ -15,6 +25,7 @@ steps:
|
|||||||
GIT_SSH_KEY:
|
GIT_SSH_KEY:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
commands:
|
commands:
|
||||||
|
- cat README.md
|
||||||
- git config user.name "sthope"
|
- git config user.name "sthope"
|
||||||
- git config user.email "rjs.ricardosilva@gmail.com"
|
- git config user.email "rjs.ricardosilva@gmail.com"
|
||||||
- git add README.md
|
- git add README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user