Commit e5a77d81 authored by Thomas Boni's avatar Thomas Boni
Browse files

update include step in README.md of jobs

parent 405abd2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ remote registry. The build part is done using
   [Dockerfile](https://docs.docker.com/get-started/part2/#sample-dockerfile){:target="_blank"} (by default at the root of your project)
   to containerize your application
2. Choose a version in [version list](#changelog)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)):
    ```yaml
    include:
      - remote: 'https://jobs.r2devops.io/docker_build.yml'
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ It is using the scripted installation provided from Microsoft, see [here](https:
## How to use it

1. Prepare your project in your repository with its `.csproj` file.
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)):

    ```yaml
    include:
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Other languages can be supported with additional code.


1. Ensure that your source code is documenting using [Doxygen syntax](https://www.doxygen.nl/manual/docblocks.html){:target="_blank"}
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)):

    ```yaml
    include:
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ This job installs `npm` or `yarn` dependencies listed in your `package.json` and
   or
   [`gulpfile.ts`](https://gulpjs.com/docs/en/getting-started/javascript-and-gulpfiles/#transpilation){:target="_blank"}
   file which contains your tasks
1. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)):

    ```yaml
    include:
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ This job analyzes a remote website (or a local web service) and gives you a repo

## How to use it

1. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)):

    ```yaml
    include:
Loading