fix: remove trailing slash from shared path

This commit is contained in:
Maxim De Clercq 2022-01-23 21:19:19 +01:00
parent 77ad4cb8f8
commit 067fcfc0e4
No known key found for this signature in database
GPG key ID: D35643779C52BA70

View file

@ -28,7 +28,7 @@ variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
SHARED_PATH: $CI_PROJECT_DIR/shared/
SHARED_PATH: $CI_PROJECT_DIR/shared
CARGO_PROFILE_RELEASE_LTO: "true"
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: "1"
CARGO_INCREMENTAL: "false" # https://matklad.github.io/2021/09/04/fast-rust-builds.html#ci-workflow