aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema-service')
-rw-r--r--aai-schema-service/pom.xml2
-rw-r--r--aai-schema-service/src/main/docker/docker-entrypoint.sh6
2 files changed, 1 insertions, 7 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index 869d81b..8bfeba8 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>schema-service</artifactId>
- <version>1.7.3-SNAPSHOT</version>
+ <version>1.7.4-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema-service</artifactId>
diff --git a/aai-schema-service/src/main/docker/docker-entrypoint.sh b/aai-schema-service/src/main/docker/docker-entrypoint.sh
index 0cb884d..6d1161d 100644
--- a/aai-schema-service/src/main/docker/docker-entrypoint.sh
+++ b/aai-schema-service/src/main/docker/docker-entrypoint.sh
@@ -51,12 +51,6 @@ if [ -f ${APP_HOME}/aai.sh ]; then
exit 0;
fi;
- if [ ! -f "${APP_HOME}/scripts/updatePem.sh" ]; then
- echo "Unable to find the updatePem script";
- exit 1;
- else
- ${APP_HOME}/scripts/updatePem.sh
- fi;
fi;
if [ -f ${APP_HOME}/resources/aai-schema-service-swm-vars.sh ]; then