Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
CI: run with a staging CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight committed Sep 9, 2021
1 parent 6f2759a commit 66f5b00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ variables: &default-vars
CARGO_INCREMENTAL: 0
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
CI_IMAGE: "paritytech/ci-linux:production"
# FIXME: revert me
# CI_IMAGE: "paritytech/ci-linux:production"
CI_IMAGE: "paritytech/ci-linux:staging"
# FIXME set to release
CARGO_UNLEASH_INSTALL_PARAMS: "--version 1.0.0-alpha.12"
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example pallet-example-* subkey chain-spec-builder"
Expand Down

0 comments on commit 66f5b00

Please sign in to comment.