Skip to content

Commit

Permalink
Merge branch 'release-v0.6.2' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemarier committed Nov 21, 2022
2 parents 50692a0 + 098a924 commit 253d833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -122,7 +122,8 @@ test-build-linux-stable:
- if: $CI_COMMIT_BRANCH =~ /^chore/ # Chore
- if: $CI_COMMIT_BRANCH =~ /^fix/ # Fix
script:
- cargo install cargo-deb
# cargo-deb@1.41 require a non-stable flag
- cargo install cargo-deb --version 1.40.5
- ./scripts/gitlab/test_linux_stable.sh
# we're using the bin built here, instead of having a parallel `build-linux-release`
# disputes feature is needed for zombie-net parachains malus test
Expand Down

0 comments on commit 253d833

Please sign in to comment.