Commit 40969b9c authored by Thibaud-Vdb's avatar Thibaud-Vdb
Browse files

Merge branch '592-fix-hub-tools' into 'latest'

Resolve "Fix hub tools"

Closes #592

See merge request r2devops/hub!363
parents fe2aa37a a5d51b61
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -5,10 +5,7 @@ r2_jobdescription
## How to use it

1. <Your steps>
1. Add this job URL inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
    ```yaml
      - remote: 'https://jobs.r2devops.io/latest/r2_jobname.yml'
    ```
1. Copy the job URL located in the `Install` part of the right panel and add it inside the `include` list of your `.gitlab-ci.yml` file (see the [quick setup](/use-the-hub/#quick-setup)). You can specify [a fixed version](#changelog) instead of `latest`.
1. If you need to customize the job (stage, variables, ...) 👉 check the [jobs
   customization](/use-the-hub/#jobs-customization)
1. Well done, your job is ready to work ! 😀