From 36de0ae9094080a1a11b08fbea96ad95c162a710 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 8 Oct 2020 16:56:25 +0100 Subject: [PATCH] [08.10.20] Service rename --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 8a87d4e..6fceb75 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -1,6 +1,6 @@ #!/usr/bin/env groovy -env.APPLICATION_NAME = 'sentiment-analyser' +env.APPLICATION_NAME = 'sentiment' env.APPLICATION_LABEL = 'utilities' env.GIT_BRANCH = 'master' env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}.git"