Skip to content

Commit

Permalink
Update Cargo.lock (use-ink#407)
Browse files Browse the repository at this point in the history
* Revert "Revert me: Temporarily use fresh cache dir (use-ink#406)"

This reverts commit bed5bc0.

* Update `Cargo.lock`
  • Loading branch information
Michael Müller authored Jan 20, 2022
1 parent bed5bc0 commit 3017efd
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
variables:
GIT_STRATEGY: fetch
GIT_DEPTH: "100"
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}-fresh/cargo/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}-fresh/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
RUST_LIB_BACKTRACE: "0"
# this var is changed to "-:staging" when the CI image gets rebuilt
# read more https://github.com/paritytech/cargo-contract/pull/115
Expand Down
Loading

0 comments on commit 3017efd

Please sign in to comment.