From 6066628a58b2446e124b3778642130599616d96d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 20 Jun 2019 18:54:03 -0700 Subject: try cargo path tweak again --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36565bb4..6a2be733 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ variables: LANG: "C.UTF-8" PIPENV_VENV_IN_PROJECT: "true" CARGO_HOME: ".cargo_cache" - PATH: "$PATH:$CARGO_HOME/bin" image: "rust:1.32-stretch" @@ -25,6 +24,7 @@ unified_test: services: - "postgres:11" before_script: + - export PATH="$PATH:$CARGO_HOME/bin" - apt update -qy - apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev - cargo install diesel_cli --version 1.3.1 @@ -52,6 +52,7 @@ rust_build_release: stage: build when: manual before_script: + - export PATH="$PATH:$CARGO_HOME/bin" - apt update -qy - apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev script: -- cgit v1.2.3