Skip to content

Commit e27bbe2

Browse files
committed
wrong entry script
1 parent 802afed commit e27bbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (o *OctopusContainerTest) setupOctopus(ctx context.Context, connString stri
228228
"apt-get update && apt-get install -y terraform && " +
229229
"which terraform && " + // Verify where terraform is installed
230230
"terraform --version && " + // Verify terraform is working
231-
"/usr/local/bin/octopus.server.sh", // Start the Octopus server process
231+
"./install.sh",
232232
},
233233
}
234234

0 commit comments

Comments
 (0)