mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
[CI] Fix check-tx-version Gitlab job (#2449)
* set -e for tx job * dont set -e while we investigate * fetch latest release polkadot * add jq to node:15 image * Add logic for timing out if nodes never start listening * remove trap
This commit is contained in:
@@ -157,8 +157,9 @@ check-transaction-versions:
|
||||
<<: *docker-env
|
||||
needs:
|
||||
- job: test-linux-stable
|
||||
artifacts: false
|
||||
artifacts: true
|
||||
before_script:
|
||||
- apt-get -y update; apt-get -y install jq lsof
|
||||
- npm install --ignore-scripts -g @polkadot/metadata-cmp
|
||||
- git fetch origin release
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user