Merge branch 'master' into feature/update-ocis-public-links

This commit is contained in:
A.Unger
2020-12-16 11:45:23 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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):
+2 -2
View File
@@ -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.