Added load ssh key into container
	
		
			
	
		
	
	
		
	
		
			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:
		| @ -52,7 +52,7 @@ run_docker_cp() { | |||||||
|    |    | ||||||
|   echo "--- start exec ---" |   echo "--- start exec ---" | ||||||
|   if [ -n "$PLUGIN_EXEC" ]; then |   if [ -n "$PLUGIN_EXEC" ]; then | ||||||
|     docker -H "$REMOTE_DOCKER_HOST" exec "$CONTAINER" sh -c "$PLUGIN_EXEC" | 	docker -H "$REMOTE_DOCKER_HOST" exec "$CONTAINER" sh -c "eval `ssh-agent` && echo \"$PLUGIN_DEPLOY_KEY\" | ssh-add - && $PLUGIN_EXEC" | ||||||
|   fi |   fi | ||||||
|   echo "--- end exec ---" |   echo "--- end exec ---" | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user