fix: kadabra is now called kadabra not abra
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Closes coop-cloud/organising#402
This commit is contained in:
		| @ -9,10 +9,11 @@ before: | ||||
|     - go mod tidy | ||||
|  | ||||
| builds: | ||||
|   - env: | ||||
|       - CGO_ENABLED=0 | ||||
|   - id: abra | ||||
|     binary: abra | ||||
|     dir: cmd/abra | ||||
|     id: abra | ||||
|     env: | ||||
|       - CGO_ENABLED=0 | ||||
|     goos: | ||||
|       - linux | ||||
|       - darwin | ||||
| @ -29,10 +30,11 @@ builds: | ||||
|       - "-X 'main.Commit={{ .Commit }}'" | ||||
|       - "-X 'main.Version={{ .Version }}'" | ||||
|  | ||||
|   - env: | ||||
|       - CGO_ENABLED=0 | ||||
|     id: kadabra | ||||
|   - id: kadabra | ||||
|     binary: kadabra | ||||
|     dir: cmd/kadabra | ||||
|     env: | ||||
|       - CGO_ENABLED=0 | ||||
|     goos: | ||||
|       - linux | ||||
|       - darwin | ||||
|  | ||||
		Reference in New Issue
	
	Block a user