ci: remove drone
This commit is contained in:
		
							parent
							
								
									d33336e98d
								
							
						
					
					
						commit
						9f2a26dc1e
					
				
							
								
								
									
										31
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								.drone.yml
									
									
									
									
									
								
							|  | @ -1,31 +0,0 @@ | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: ssh |  | ||||||
| name: CI |  | ||||||
| server: |  | ||||||
|     host: 111.186.59.59 |  | ||||||
|     user: drone |  | ||||||
|     ssh_key: |  | ||||||
|         from_secret: joj3-test |  | ||||||
| 
 |  | ||||||
| steps: |  | ||||||
|     - name: prepare |  | ||||||
|       commands: |  | ||||||
|           - go env -w GOPROXY=https://goproxy.cn,direct |  | ||||||
|           - whoami |  | ||||||
|           - pwd |  | ||||||
|           - env |  | ||||||
|           - go version |  | ||||||
|           - go env |  | ||||||
|           - git status -v |  | ||||||
|           - git log -1 |  | ||||||
|     - name: build |  | ||||||
|       commands: |  | ||||||
|           - make |  | ||||||
|     - name: test |  | ||||||
|       commands: |  | ||||||
|           - make prepare-test |  | ||||||
|           - make test |  | ||||||
|     - name: store |  | ||||||
|       commands: |  | ||||||
|           - cp build/joj3 /home/drone/.local/bin/joj3 |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user