Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Malinskiy <anton@malinskiy.com>
  • Loading branch information
austyh and Malinskiy committed Nov 14, 2023
1 parent 16481d5 commit 7bd6e0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/cloud/cli/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Marathon Cloud offers several ways to run tests within your CI/CD platform:
3. Marathon CLI

### Platform steps
We prepared step for common platform so you could use it for your setup.
We provide shared steps for the following platforms:
- [Github Action](https://github.com/MarathonLabs/action-test)
- [CircleCI Orb](https://circleci.com/developer/orbs/orb/marathonlabs/marathon-cloud-orb)
- [Bitrise](https://bitrise.io/integrations/steps/run-tests-using-marathon-cloud)

### Docker image
Certain platforms provide the option to employ the [Marathon Docker Image](https://hub.docker.com/r/marathonlabs/marathon-cloud)
Some platforms allow usage of [Marathon Docker Image](https://hub.docker.com/r/marathonlabs/marathon-cloud)
for each step. We recommend using it for Gitlab CI and Jenkins environments.

### Marathon CLI
Expand Down
2 changes: 1 addition & 1 deletion docs/cloud/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Next, install the Marathon Cloud CLI:
```shell
brew install malinskiy/tap/marathon-cloud
```
Alternatively, you can download prebuild binaries for Windows, Linux,
Alternatively, you can download prebuilt binaries for Windows, Linux,
or MacOS from [the Release page](https://github.com/MarathonLabs/marathon-cloud-cli/releases).

2 changes: 1 addition & 1 deletion docs/cloud/cli/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Parameters"
---

###
You can find all the available marathon-cli parameters by running the command "marathon-cloud --help."
You can find all the available marathon-cli parameters by running the command `marathon-cloud --help.`
Below, you'll find a list of the parameters you can set.

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/enterprise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: "Overview"
---

Comming soon
Coming soon

0 comments on commit 7bd6e0b

Please sign in to comment.