Skip to content

Commit

Permalink
bump CI_IMAGE to make CI tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed Oct 18, 2022
1 parent 23d61d4 commit b540250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables:
GIT_DEPTH: 100
CARGO_INCREMENTAL: 0
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
CI_IMAGE: "paritytech/ink-ci-linux:48197a67-20220610"
CI_IMAGE: "paritytech/ink-ci-linux:production"
PURELY_STD_CRATES: "lang/codegen metadata engine"
ALSO_WASM_CRATES: "env storage storage/derive allocator prelude primitives lang lang/macro lang/ir"
# this var is changed to "-:staging" when the CI image gets rebuilt
Expand Down

0 comments on commit b540250

Please sign in to comment.