Commit 6b8634bd authored by GridexX's avatar GridexX Committed by Thomas Boni
Browse files

Resolve "Change README files of jobs"

parent 80b74030
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,3 +49,5 @@ When the job is successful, the build of your documentation is available as arti
    Gitlab](https://gitlab.com/gitlab-org/gitlab/-/issues/37129){:target="_blank"}.
    As soon as the issue will be fixed, exposed artifacts will be available
    with any output location.

This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@thomasboni](https://gitlab.com/thomasboni)
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -52,3 +52,4 @@ When the job is done, the command's output will be available under the file name
    Gitlab](https://gitlab.com/gitlab-org/gitlab/-/issues/37129){:target="_blank"}.
    As soon as the issue will be fixed, exposed artifacts will be available
    with any output location.
This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@moha-s](https://gitlab.com/moha-s)
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -36,3 +36,5 @@ This job uses the latest AWS CLI version (v2 for now) in order to sync files bet
| `AWS_ACL` | If you want to add an ACL (e.g. `public-read`) | ` ` |
| `SYNC_DIR` | Directory to sync | `build` |
| `DELETE_OLD_FILE` | Delete files that exist in the destination but not in the source  | `false` |

This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@GridexX](https://gitlab.com/GridexX)
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -36,3 +36,5 @@ This job will compile local packages and all of their dependencies on Rust proje
| `CARGO_WORKSPACE` | Build all members in the workspace | `false` |
| `OUTPUT_DIR` | Directory for all generated artifacts and intermediate files | `target` | 
| `ADDITIONAL_OPTIONS` | [Additional options](https://doc.rust-lang.org/cargo/commands/cargo-build.html) available for the user, they are added just after the build command | ` ` | 

This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@alexiaognard](https://gitlab.com/alexiaognard)
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -28,3 +28,5 @@ Clippy runs a format check onto your Rust project and logs any unexpected lintin
| ---- | ----------- | ------- |
| `PROJECT_ROOT` <img width=100/> | Relative to root of your repository, it is the path to your rust project <img width=175/>| `.` <img width=100/>|
| `ADDITIONAL_OPTIONS` <img width=100/> | Possibility to add more options into the command <img width=175/>| `-- -W clippy::all` <img width=100/>|

This resource is an **[official job](https://docs.r2devops.io/faq-labels/)** added in [**R2Devops repository**](https://gitlab.com/r2devops/hub) by [@valentin.guyon.vg](https://gitlab.com/valentin.guyon.vg)
 No newline at end of file
Loading