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

Merge branch '535-fix-add-section-author-readme' into 'latest'

Resolve "Fix - Add section Author Readme"

Closes #535

See merge request r2devops/hub!329
parents c4f34620 437ab7a3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -52,4 +52,7 @@ 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.


### 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)
 No newline at end of file
+4 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ This job uses the latest AWS CLI version (v2 for now) in order to sync files bet

## Job details
* Job name: `aws_s3_sync`
* Docker image: [alpine:3.13.6](https://hub.docker.com/_/alpinei){:target="blank"}
* Docker image: [alpine:3.13.6](https://hub.docker.com/_/alpinei){:target="_blank"}
* Default stage: `deploy`

### Variables
@@ -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)
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -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)
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -29,4 +29,7 @@ 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/>|



### 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)
 No newline at end of file
Loading