Skip to content
Snippets Groups Projects
Commit 320391b5 authored by Denis_P's avatar Denis_P :field_hockey: Committed by GitHub
Browse files

CI: build colander on rococo branch too (#2936)

parent 3359cc26
Branches
No related merge requests found
......@@ -173,6 +173,7 @@ build-adder-collator:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
script:
- time cargo build --release --verbose -p test-parachain-adder-collator
- sccache -s
......@@ -292,6 +293,7 @@ publish-adder-collator-image:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
needs:
- job: build-adder-collator
artifacts: true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment