@@ -127,11 +127,11 @@ name: export:licenses
 | 
			
		||||
steps:
 | 
			
		||||
  - name: run full license export
 | 
			
		||||
    image: node:alpine
 | 
			
		||||
    depends_on: [clone]
 | 
			
		||||
    commands:
 | 
			
		||||
      - yarn
 | 
			
		||||
      - yarn licenses:full
 | 
			
		||||
  - name: push new licenses file to repo
 | 
			
		||||
    depends_on: "run full license export"
 | 
			
		||||
    image: appleboy/drone-git-push
 | 
			
		||||
    settings:
 | 
			
		||||
      branch: feature/59-license_collection
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user