Skip to content

Commit

Permalink
Merge branch 'master' into feature/update-ocis-public-links
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Dec 16, 2020
2 parents bf3ff85 + e481ecc commit 85a387f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions docs/ocis/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 85a387f

Please sign in to comment.