Skip to content

Commit d9f1691

Browse files
committed
drop cmd scripts
1 parent 66fe08a commit d9f1691

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/octopus_container_test_framework.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,6 @@ func (o *OctopusContainerTest) setupOctopus(ctx context.Context, connString stri
218218
Networks: []string{
219219
network,
220220
},
221-
Entrypoint: nil,
222-
Cmd: []string{
223-
"/bin/sh",
224-
"-c",
225-
"wget -O - https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg && " +
226-
"echo \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" | tee /etc/apt/sources.list.d/hashicorp.list && " +
227-
"apt update && apt install -y terraform && " +
228-
"./install.sh",
229-
},
230221
}
231222

232223
req.Env = o.AddCustomEnvironment(req.Env)

0 commit comments

Comments
 (0)