diff options
author | Taka Cho <takamune.cho@att.com> | 2021-02-09 14:27:57 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-02-09 14:32:14 -0500 |
commit | 96bb63311f8ee96798d4a917442ade411fe28c15 (patch) | |
tree | df1030f85720da75f3669325fc6de6393f27670a | |
parent | 17c82e91e53a2ce69cf264118fcc5bc086f8ede3 (diff) |
fix for workspace accommodation
the config/csar should be under
/w/workspace/policy-distribution-master-project-\
csit-distribution/distribution/csit/config/csar
after checking on jenkins sandbox
Issue-ID: POLICY-2895
Change-Id: I03abf0f0f1793cfb84f3eec7d610cadb8da41393
Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r-- | csit/plans/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/plans/setup.sh b/csit/plans/setup.sh index e28d4f88..30bfba00 100644 --- a/csit/plans/setup.sh +++ b/csit/plans/setup.sh @@ -30,7 +30,7 @@ sudo apt-get -y install libxml2-utils source ${SCRIPTS}/detmVers.sh -SCRIPT_DIR=${SCRIPTS}/config +SCRIPT_DIR=${TESTPLANDIR}/csit/config # Remaking the csar file in case if the file got corrupted zip -F ${SCRIPT_DIR}/csar/sample_csar_with_apex_policy.csar --out ${SCRIPT_DIR}/csar/csar_temp.csar |