add binary download to the downloads page
This commit is contained in:
		
							parent
							
								
									be14b434fc
								
							
						
					
					
						commit
						370876db38
					
				@ -11,6 +11,8 @@ pipelines:
 | 
				
			|||||||
            - go test -v
 | 
					            - go test -v
 | 
				
			||||||
            - mkdir build
 | 
					            - mkdir build
 | 
				
			||||||
            - go build -o build/gostations github.com/gmgauthier/gostations
 | 
					            - go build -o build/gostations github.com/gmgauthier/gostations
 | 
				
			||||||
 | 
					            - curl -X POST --user "${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"./build/gostations"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - step:
 | 
					      - step:
 | 
				
			||||||
          name: Lint code
 | 
					          name: Lint code
 | 
				
			||||||
          image: golangci/golangci-lint:v1.31.0
 | 
					          image: golangci/golangci-lint:v1.31.0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user