From 1042ec90daba1c9fa9cb313d561d4e0f8476bcb8 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 8 Oct 2020 16:58:13 +0100 Subject: [PATCH] [08.10.20] Service rename --- .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/sentiment-analyser.iml | 9 +++++++++ .idea/vcs.xml | 11 +++++++++++ configuration/pipelines/build.groovy | 2 +- 5 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/sentiment-analyser.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0a87ae9 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/sentiment-analyser.iml b/.idea/sentiment-analyser.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/sentiment-analyser.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..391f6a8 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 6fceb75..7ced93b 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -3,7 +3,7 @@ env.APPLICATION_NAME = 'sentiment' env.APPLICATION_LABEL = 'utilities' env.GIT_BRANCH = 'master' -env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}.git" +env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}-analysis.git" env.GIT_REPOSITORY_URL = "https://${env.GIT_REPOSITORY_PATH}" env.GITHUB_CREDENTIALS_ID = 'Github' env.DIGITAL_OCEAN = 'registry.digitalocean.com'