fix drools-apps csit failure 83/116883/2
authorTaka Cho <takamune.cho@att.com>
Thu, 14 Jan 2021 16:10:10 +0000 (11:10 -0500)
committerTaka Cho <takamune.cho@att.com>
Thu, 14 Jan 2021 17:42:14 +0000 (12:42 -0500)
bash package has been removed
found a related bash script is the cause

Issue-ID: POLICY-2847
Change-Id: Id4940324d939adea9135ae6f00d53d38ec05589c
Signed-off-by: Taka Cho <takamune.cho@att.com>
scripts/policy/config/drools-apps/custom/features.pre.sh

index e9c77a0..fd7b5b9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/sh
 # ============LICENSE_START===================================================
 # Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
 # ============================================================================
@@ -15,4 +15,4 @@
 # limitations under the License.
 # ============LICENSE_END=====================================================
 
-bash -c "features disable distributed-locking"
+sh -c "features disable distributed-locking"