summaryrefslogtreecommitdiffstats
path: root/dgbuilder/createReleaseDir.sh
diff options
context:
space:
mode:
authorChinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>2019-08-02 16:22:16 +0000
committerChinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>2019-08-02 16:23:47 +0000
commit347321e1530e50084d54b2428fc3b6310853c957 (patch)
treee763c6c7cad2eb08240e8a89148cbf2140fbf30d /dgbuilder/createReleaseDir.sh
parenta56617de3c395d12fb013de468d14f3a0d769c2a (diff)
[CCSDK-1579] updated to use https
added a property to customSettings.js to enable https Change-Id: I6c6adcc6b6e07a3bfaf7ae1e3c304a7a6216ae8f Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
Diffstat (limited to 'dgbuilder/createReleaseDir.sh')
-rwxr-xr-xdgbuilder/createReleaseDir.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgbuilder/createReleaseDir.sh b/dgbuilder/createReleaseDir.sh
index eff8485a..fddb1a6f 100755
--- a/dgbuilder/createReleaseDir.sh
+++ b/dgbuilder/createReleaseDir.sh
@@ -81,7 +81,8 @@ then
echo " 'restConfUser': '$restConfUser'," >>$customSettingsFile
echo " 'restConfPassword': '$restConfPassword'," >>$customSettingsFile
echo " 'formatXML': '$formatXML'," >>$customSettingsFile
- echo " 'formatJSON': '$formatJSON'" >>$customSettingsFile
+ echo " 'formatJSON': '$formatJSON'," >>$customSettingsFile
+ echo " 'enableHttps': true" >>$customSettingsFile
echo " }" >>$customSettingsFile
fi
#echo "Created custom settings file $customSettingsFile"