Skip to content

Commit fe96f3e

Browse files
committed
Delete unused workflow step
1 parent 5ad0eb1 commit fe96f3e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

project/Workflows.scala

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ object Workflows {
3232
)
3333
)
3434

35-
val generateSSLCerts: WorkflowStep.Run = WorkflowStep.Run(
36-
commands = List("./script/generate-ssl-certs.sh"),
37-
name = Some("Generate SSL certificates")
38-
)
39-
4035
val dockerRun: WorkflowStep.Run = WorkflowStep.Run(
4136
commands = List("docker compose up -d"),
4237
name = Some("Start up MySQL on Docker")

0 commit comments

Comments
 (0)