Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 321fb66

Browse files
committed
Remove reference to custom cert
1 parent e26907f commit 321fb66

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build/build-image.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,6 @@ cp $SOURCE_ROOT/target/classes/config.yml $DOCKER_DIR/config.yml
8888
APPDOMAIN=`cat $DOCKER_DIR/config.yml | grep "authDomain" | sed -e 's/authDomain: //g'`
8989
echo "[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-
10191
echo "copying environment-specific resources"
10292
cat $WORK_DIR/config/sumo-template.conf | sed -e "s/@APINAME@/${SERVICE}/g" | sed -e "s/@CONFIG@/${CONFIG}/g" > $DOCKER_DIR/sumo.conf
10393
cat $WORK_DIR/config/sumo-sources-template.json | sed -e "s/@APINAME@/${SERVICE}/g" | sed -e "s/@CONFIG@/${CONFIG}/g" > $DOCKER_DIR/sumo-sources.json

0 commit comments

Comments
 (0)