diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-20 18:54:03 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-20 18:54:03 -0700 |
commit | 6066628a58b2446e124b3778642130599616d96d (patch) | |
tree | c23e74f43ce0f554aabdc18b0496c37af4266906 | |
parent | 0c17cc94a7c2020aff2958a6dd942396fce58db1 (diff) | |
download | fatcat-6066628a58b2446e124b3778642130599616d96d.tar.gz fatcat-6066628a58b2446e124b3778642130599616d96d.zip |
try cargo path tweak again
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |