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)
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)
@@ -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)
@@ -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)
@@ -28,3 +28,5 @@ 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/>|
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)