From a2dbd3be2ad5bd4ae15f59735265ef19d42d830f Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Tue, 27 Feb 2018 23:36:43 +0700 Subject: [PATCH] Make test branch independence --- test/fixture/recipe/deploy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixture/recipe/deploy.php b/test/fixture/recipe/deploy.php index f293e042..5cbc48ab 100644 --- a/test/fixture/recipe/deploy.php +++ b/test/fixture/recipe/deploy.php @@ -13,6 +13,7 @@ require 'recipe/common.php'; // Configuration set('repository', __DIR__ . '/../repository'); +set('branch', null); set('http_user', getenv('USER')); set('media_dir', 'public/media');