summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMaxim De Clercq <maximdeclercq00@gmail.com>2022-01-23 21:19:19 +0100
committerMaxim De Clercq <maximdeclercq00@gmail.com>2022-01-23 22:51:02 +0100
commit067fcfc0e40ced1c2ed28f32b04940c6e74d6f5a (patch)
treeef53dc1dbda05d3e4e5a6f9544f7f1fd0c0a3616 /.gitlab-ci.yml
parent77ad4cb8f8c69b563c890494b5d203d96195253d (diff)
downloadconduit-067fcfc0e40ced1c2ed28f32b04940c6e74d6f5a.zip
fix: remove trailing slash from shared path
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e584a2..aac773c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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