aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorThéo Zimmermann2020-01-08 22:10:11 +0100
committerThéo Zimmermann2020-01-08 22:10:11 +0100
commit4c06f2974f9c6780287156be9535415a09d9f38a (patch)
tree74ee8a478399355319cae9bb08751f2fcfe387a0 /dev/ci/ci-basic-overlay.sh
parent3cdbd61f3acf0722c92f8192425eb1a677270b08 (diff)
parentca7965787a1468bbb80f20bc6593b20e4f76d048 (diff)
Merge PR #11378: let CI test bedrock2's 'tested' branch instead of 'master'
Reviewed-by: Zimmi48
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 87122e0fb5..f04de0ce6c 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -209,7 +209,7 @@
########################################################################
# bedrock2
########################################################################
-: "${bedrock2_CI_REF:=master}"
+: "${bedrock2_CI_REF:=tested}"
: "${bedrock2_CI_GITURL:=https://github.com/mit-plv/bedrock2}"
: "${bedrock2_CI_ARCHIVEURL:=${bedrock2_CI_GITURL}/archive}"