This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -88,16 +88,6 @@ cp $SOURCE_ROOT/target/classes/config.yml $DOCKER_DIR/config.yml
8888APPDOMAIN=` cat $DOCKER_DIR /config.yml | grep " authDomain" | sed -e ' s/authDomain: //g' `
8989echo " [CHECK THIS IS CORRECT] application domain: ${APPDOMAIN} "
9090
91- echo " copying LDAP keystore file"
92- # cp /mnt/ebs/deploy/topcoder/ap-identity/conf/$CONFIG/TC.prod.ldap.keystore $DOCKER_DIR/TC.prod.ldap.keystore
93- # aws s3 cp s3://appirio-platform-$CONFIG/application/tc-api-core/$CONFIG/TC.prod.ldap.new.keystore $DOCKER_DIR/TC.prod.ldap.keystore
94-
95- if [ " $CONFIG " = " qa" ]; then
96- aws s3 cp s3://tc-buildproperties-$CONFIG /tc-api-core/TC.prod.ldap.new.keystore $DOCKER_DIR /TC.prod.ldap.keystore
97- else
98- aws s3 cp s3://appirio-platform-$CONFIG /application/tc-api-core/$CONFIG /TC.prod.ldap.sept2024.keystore $DOCKER_DIR /TC.prod.ldap.keystore
99- fi
100-
10191echo " copying environment-specific resources"
10292cat $WORK_DIR /config/sumo-template.conf | sed -e " s/@APINAME@/${SERVICE} /g" | sed -e " s/@CONFIG@/${CONFIG} /g" > $DOCKER_DIR /sumo.conf
10393cat $WORK_DIR /config/sumo-sources-template.json | sed -e " s/@APINAME@/${SERVICE} /g" | sed -e " s/@CONFIG@/${CONFIG} /g" > $DOCKER_DIR /sumo-sources.json
You can’t perform that action at this time.
0 commit comments