diff options
| author | Emilio Jesus Gallego Arias | 2020-06-22 11:53:30 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-06-22 11:53:30 +0200 |
| commit | 257564b608e6ac0b852f93259df105848fb1aa34 (patch) | |
| tree | 85934e5a519df8f83d8a213c87f1b61d3cdc8841 /dev | |
| parent | 95dc2953c8b4e685c5e9f01b5baca8964ff158d6 (diff) | |
| parent | 21cc4cb0e687f80e8b49b2a6c9f20331d84d2c39 (diff) | |
Merge PR #12546: [ci] Use a tested branch of Perennial
Reviewed-by: ejgallego
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index cdf00f4767..475f812b5a 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -349,7 +349,7 @@ ######################################################################## # perennial ######################################################################## -: "${perennial_CI_REF:=master}" +: "${perennial_CI_REF:=coq/tested}" : "${perennial_CI_GITURL:=https://github.com/mit-pdos/perennial}" : "${perennial_CI_ARCHIVEURL:=${perennial_CI_GITURL}/archive}" |
