Skip to content

Commit 019d1f0

Browse files
murphp15paulm2
andauthored
control-service: remove needless variable from gitlab variables (#2334)
# Why It makes everything simpler. We are loading the config from a gitlab variable when the same content can be loaded from a file in the repo. There is not reason to use a gitlab variable and it makes us less dependant on gitlab. After this is merged I will remove the variable in gitlab. # How was this tested NA Signed-off-by: murphp15 <murphp15@tcd.ie> Co-authored-by: paulm2 <paulm2@vmware.com>
1 parent fe4e565 commit 019d1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/control-service/cicd/deploy-testing-pipelines-service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
1616
export TAG=${TAG:-$(git rev-parse --short HEAD)}
1717
export FRONTEND_TAG=${FRONTEND_TAG:-$(git rev-parse --short HEAD)}
1818
export RELEASE_NAME=${RELEASE_NAME:-cicd-control-service}
19-
export VDK_OPTIONS=${VDK_OPTIONS:-"$SCRIPT_DIR/vdk-options.ini"}
19+
export VDK_OPTIONS="$SCRIPT_DIR/vdk-options.ini"
2020
export TPCS_CHART=${TPCS_CHART:-"$SCRIPT_DIR/../projects/helm_charts/pipelines-control-service"}
2121
export VDK_DOCKER_REGISTRY_URL=${VDK_DOCKER_REGISTRY_URL:-"registry.hub.docker.com/versatiledatakit"}
2222
export TESTING_PIPELINES_SERVICE_VALUES_FILE=${TESTING_PIPELINES_SERVICE_VALUES_FILE:-"$SCRIPT_DIR/testing-pipelines-service-values.yaml"}

0 commit comments

Comments
 (0)