feature/ci-cd-drone-migration #3
@@ -17,9 +17,11 @@ steps:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  - name: compile
 | 
					  - name: compile
 | 
				
			||||||
    image: t3hn3rd/asuro-build:latest
 | 
					    image: t3hn3rd/asuro-build:latest
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - name: /code
 | 
				
			||||||
 | 
					        path: /drone/src
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - build-image
 | 
					      - build-image
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - cp -r /drone/src/* /code/
 | 
					      - find . -type f -print0 | xargs -0 dos2unix
 | 
				
			||||||
      - chmod +x /code/*.sh
 | 
					      - chmod +x /code/*.sh
 | 
				
			||||||
      - /compile.sh
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user