Skip to content

Commit

Permalink
chore: delete unused parse for CF_DOCKER_PASSWORD, Pt II
Browse files Browse the repository at this point in the history
This is what I get for my hubris
  • Loading branch information
zjrgov committed Jan 16, 2025
1 parent 3924f26 commit 8aa2eef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runner/cfd/cmd/drive/read_env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func Test_getEnvCfg(t *testing.T) {
CIRegistryUser: "foo",
CIRegistryPass: "bar",
JobImg: "bookworm",
DockerPass: "bar",
DockerHubUser: "foo",
DockerHubToken: "1234",
WorkerMemory: "1024M",
Expand All @@ -33,7 +32,6 @@ func Test_getEnvCfg(t *testing.T) {
"CUSTOM_ENV_CI_JOB_IMAGE": cfgWant.JobImg,
"DOCKER_HUB_TOKEN": cfgWant.DockerHubToken,
"DOCKER_HUB_USER": cfgWant.DockerHubUser,
"CF_DOCKER_PASSWORD": cfgWant.DockerPass,
"WORKER_MEMORY": cfgWant.WorkerMemory,
"WORKER_DISK_SIZE": cfgWant.WorkerDiskSize,
"VCAP_APPLICATION": cfgWant.VcapAppJSON,
Expand Down

0 comments on commit 8aa2eef

Please sign in to comment.