Fix artifact uploads(hopefully)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									490066a292
								
							
						
					
					
						commit
						01b4b69706
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -23,12 +23,11 @@ steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      BUCKET: carbon-artifacts
 | 
					      BUCKET: carbon-artifacts
 | 
				
			||||||
      ACCOUNT:       
 | 
					      B2_ACCOUNT_ID:
 | 
				
			||||||
        from_secret: b2_account_id
 | 
					        from_secret: b2_account_id
 | 
				
			||||||
      KEY: 
 | 
					      B2_APPLICATION_KEY: 
 | 
				
			||||||
        from_secret: b2_application_key
 | 
					        from_secret: b2_application_key
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - source environment
 | 
					      - source environment
 | 
				
			||||||
      - b2 authorize-account $ACCOUNT $KEY
 | 
					 | 
				
			||||||
      - b2 upload-file $BUCKET $FILENAME $FILENAME
 | 
					      - b2 upload-file $BUCKET $FILENAME $FILENAME
 | 
				
			||||||
      - echo Build artifacts avaliable at `b2 make-friendly-url $BUCKET $FILENAME`
 | 
					      - echo Build artifacts avaliable at `b2 make-friendly-url $BUCKET $FILENAME`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue