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

Commit 25fcf29

Browse files
committed
Add bamboo. prefix to the SCDF_TIS_DOCKERHUB_XX env. variables in DockerMachine
1 parent 9a6de8a commit 25fcf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-dataflow-server/src/test/java/org/springframework/cloud/dataflow/integration/test/util/DockerComposeFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ public class DockerComposeFactory {
106106
DockerComposeFactoryProperties.get(DockerComposeFactoryProperties.TEST_DOCKER_COMPOSE_TASK_APPS_URI, (isDood ? "https://dataflow.spring.io/task-docker-latest" : DEFAULT_TASK_APPS_URI)))
107107
.withAdditionalEnvironmentVariable("DOCKER_DELETE_CONTAINER_ON_EXIT",
108108
"" + DockerComposeFactoryProperties.getBoolean(DockerComposeFactoryProperties.TEST_DOCKER_COMPOSE_DOCKER_DELETE_CONTAINER_ON_EXIT, true))
109-
.withAdditionalEnvironmentVariable("SCDF_ITS_DOCKERHUB_USER", DockerComposeFactoryProperties.get("SCDF_ITS_DOCKERHUB_USER", ""))
110-
.withAdditionalEnvironmentVariable("SCDF_ITS_DOCKERHUB_PASSWORD", DockerComposeFactoryProperties.get("SCDF_ITS_DOCKERHUB_PASSWORD", ""))
109+
.withAdditionalEnvironmentVariable("bamboo.SCDF_ITS_DOCKERHUB_USER", DockerComposeFactoryProperties.get("bamboo.SCDF_ITS_DOCKERHUB_USER", ""))
110+
.withAdditionalEnvironmentVariable("bamboo.SCDF_ITS_DOCKERHUB_PASSWORD", DockerComposeFactoryProperties.get("bamboo.SCDF_ITS_DOCKERHUB_PASSWORD", ""))
111111
.withAdditionalEnvironmentVariable("COMPOSE_PROJECT_NAME", "scdf")
112112
.build();
113113

0 commit comments

Comments
 (0)