Fix one stage
This commit is contained in:
		@@ -28,7 +28,7 @@ steps:
 | 
				
			|||||||
      port: 22
 | 
					      port: 22
 | 
				
			||||||
      command_timeout: 2m
 | 
					      command_timeout: 2m
 | 
				
			||||||
      script:
 | 
					      script:
 | 
				
			||||||
        - if [ ! -f /path/to/file ] then mkdir ~/tox_source fi
 | 
					        - if [ ! -f ~/tox_source ]; then mkdir ~/tox_source; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: copy files
 | 
					  - name: copy files
 | 
				
			||||||
    image: appleboy/drone-scp
 | 
					    image: appleboy/drone-scp
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user