From: Bartek Grzybowski Date: Mon, 8 Jun 2020 12:17:57 +0000 (+0200) Subject: Remove useless RUNNING_COMPOSE_CONFIG assignment X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=304f31c5fd3fdf273a867aca564b67bd2391e6ba;p=integration.git Remove useless RUNNING_COMPOSE_CONFIG assignment Change-Id: I0d66fab438ef53c716ddcebf292309f3a161a51e Issue-ID: INT-1617 Signed-off-by: Bartek Grzybowski --- 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 }