Skip to content

Commit 522e297

Browse files
authored
fix format of **/public/** (#228)
The string `**/public/**` should be in backticks, otherwise the `**` is interpreted for bold styling.
1 parent f9d73dd commit 522e297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/services/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ value: `jfrog.svc.cscs.ch/docker-ci-ext/<repository-id>`
763763

764764
The prefix path in the CSCS internal container image registry, to which your pipeline has write access.
765765
Within this prefix, you can choose any directory structure.
766-
Images that are pushed to a path matching **/public/** , can be pulled by anybody within CSCS network
766+
Images that are pushed to a path matching `**/public/**`, can be pulled by anybody within CSCS network
767767

768768
### `CSCS_CI_MW_URL`
769769
value: `https://cicd-ext-mw.cscs.ch/ci`

0 commit comments

Comments
 (0)