Skip to content

Commit

Permalink
Update deployment_process.ocl
Browse files Browse the repository at this point in the history
Remove unused step
  • Loading branch information
edlyn-liew authored May 23, 2024
1 parent fe787a6 commit 851c2f0
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
step "deploy-to-internal-teamcity" {
name = "Deploy to Internal TeamCity"

action {
action_type = "Octopus.Script"
environments = ["test"]
notes = "We can't do this yet because we can't upgrade a plugin without restarting TeamCity server. We hope this feature will be enabled soon. See [TW-12604](https://youtrack.jetbrains.com/issue/TW-12604)."
properties = {
Octopus.Action.Script.ScriptBody = "echo \"Not yet implemented\""
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "Bash"
}
worker_pool = "hosted-ubuntu"
}
}

step "publish-to-jetbrains-marketplace" {
name = "Publish to Jetbrains Marketplace"

Expand Down Expand Up @@ -86,4 +70,4 @@ step "create-github-release" {
}
}
}
}
}

0 comments on commit 851c2f0

Please sign in to comment.