From 304f31c5fd3fdf273a867aca564b67bd2391e6ba Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 8 Jun 2020 14:17:57 +0200 Subject: Remove useless RUNNING_COMPOSE_CONFIG assignment Change-Id: I0d66fab438ef53c716ddcebf292309f3a161a51e Issue-ID: INT-1617 Signed-off-by: Bartek Grzybowski --- test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh index 6f2514a05..9116fb80c 100755 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh @@ -128,7 +128,6 @@ function start(){ set_vsftpd_file_owner archive_logs docker-compose -f $1 up -d - RUNNING_COMPOSE_CONFIG=$1 fi } -- cgit 1.2.3-korg