Skip to content
Snippets Groups Projects
Unverified Commit 8e0bdadb authored by Oliver Smith's avatar Oliver Smith
Browse files

Run checks on v21.03 branch too (MR 3)

parent ffa94169
Branches
Tags
1 merge request!3Run checks on v21.03 branch too
Pipeline #164901 passed with warnings
#!/bin/sh -ex
export BRANCHES="master v20.05"
export BRANCHES="
master
v20.05
v21.03
"
mkdir -p public
......
......@@ -55,6 +55,17 @@ upstream-compat-v20.05:
paths:
- "*.check-passed"
upstream-compat-v21.03:
stage: check
<<: *only-default
allow_failure: true
script:
- ./test_upstream_compat_setup.sh "v21.03"
artifacts:
when: always
paths:
- "*.check-passed"
pages:
stage: badge
<<: *only-default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment