[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:
Martin Pugh
2021-02-17 16:25:44 +01:00
committed by GitHub
parent 0771537a0b
commit 62c5896592
3 changed files with 49 additions and 18 deletions
+2 -1
View File
@@ -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: