Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Sep 16, 2022
1 parent bdfa811 commit e916aec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,13 @@ default:
- unknown_failure
- api_failure

.rust-info-script: &rust-info-script
- rustup show
- cargo --version
- rustup +nightly show
- cargo +nightly --version
- cargo spellcheck --version
- bash --version
- sccache -s

.kubernetes-env: &kubernetes-env
image: "paritytech/ci-linux:production"
tags:
- kubernetes-parity-build

.docker-env: &docker-env
image: "paritytech/ci-linux:production"
before_script:
- *rust-info-script
interruptible: true
tags:
- linux-docker
Expand Down

0 comments on commit e916aec

Please sign in to comment.