This commit is contained in:
		| @@ -11,6 +11,11 @@ Dockerfile | ||||
| *.csv | ||||
| *.toml | ||||
| *.git* | ||||
| .DS_Store | ||||
| .vscode/* | ||||
| thunder-tests/* | ||||
| .drone.yml | ||||
|  | ||||
| # Byte-compiled / optimized / DLL files | ||||
| __pycache__/ | ||||
| *.py[cod] | ||||
|   | ||||
							
								
								
									
										19
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| kind: pipeline | ||||
| name: default | ||||
|  | ||||
| steps: | ||||
| - name: docker | ||||
|   image: plugins/docker | ||||
|   settings: | ||||
|     registry: git.jbranan.com | ||||
|     dry_run: true | ||||
|     username: jblu | ||||
|     password:  | ||||
|       from_secret: gittea_drone | ||||
|     repo: jblu/crane | ||||
|     tags: | ||||
|     - latest | ||||
|     - main | ||||
|   when: | ||||
|     branch: | ||||
|       - main | ||||
		Reference in New Issue
	
	Block a user