This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user