fixes trigger-contracts-ci job to actually depend on build-linux-subs… (#4701)

* fixes trigger-contracts-ci job to actually depend on build-linux-substrate
This commit is contained in:
Denis Pisarev
2020-01-22 15:24:34 +01:00
committed by GitHub
parent 19df538c62
commit 40e4d8fb0a
+6 -2
View File
@@ -374,10 +374,14 @@ check_polkadot:
trigger-contracts-ci:
stage: publish
needs:
- build-linux-substrate
- job: build-linux-substrate
artifacts: false
- job: test-linux-stable
artifacts: false
trigger:
project: parity/srml-contracts-waterfall
branch: "master"
branch: master
strategy: depend
only:
- master
- schedules