@@ -50,4 +50,7 @@ When the job is successful, the build of your documentation is available as arti
As soon as the issue will be fixed, exposed artifacts will be available
with any output location.
### Author
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)
As soon as the issue will be fixed, exposed artifacts will be available
with any output location.
### Author
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)
@@ -37,4 +37,7 @@ This job uses the latest AWS CLI version (v2 for now) in order to sync files bet
| `SYNC_DIR` | Directory to sync | `build` |
| `DELETE_OLD_FILE` | Delete files that exist in the destination but not in the source | `false` |
### Author
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)
@@ -37,4 +37,7 @@ This job will compile local packages and all of their dependencies on Rust proje
| `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 | ` ` |
### Author
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)
@@ -29,4 +29,7 @@ Clippy runs a format check onto your Rust project and logs any unexpected lintin
| `PROJECT_ROOT`<imgwidth=100/> | Relative to root of your repository, it is the path to your rust project <imgwidth=175/>| `.`<imgwidth=100/>|
| `ADDITIONAL_OPTIONS`<imgwidth=100/> | Possibility to add more options into the command <imgwidth=175/>| `-- -W clippy::all`<imgwidth=100/>|
### Author
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)