diff --git a/.drone.star b/.drone.star index 3aee2025923..890540559c6 100644 --- a/.drone.star +++ b/.drone.star @@ -207,7 +207,7 @@ def main(ctx): or \ (ctx.build.event != "pull" and '[docs-only]' in (ctx.build.title + ctx.build.message)): # [docs-only] is not taken from PR messages, but from commit messages - pipelines = docs(ctx) + pipelines = [docs(ctx)] else: if '[with-benchmarks]' in (ctx.build.title + ctx.build.message): diff --git a/docs/ocis/getting-started.md b/docs/ocis/getting-started.md index 2c68f85e8d5..a26df51a0a8 100644 --- a/docs/ocis/getting-started.md +++ b/docs/ocis/getting-started.md @@ -78,12 +78,12 @@ ocis list To stop a particular extension: {{< highlight txt >}} -ocis server kill web +ocis kill web {{< / highlight >}} To start a particular extension: {{< highlight txt >}} -ocis server run web +ocis run web {{< / highlight >}} The version command prints the version of your installed oCIS.