diff options
| author | Emilio Jesus Gallego Arias | 2019-02-04 20:02:02 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-02-04 20:02:02 +0100 |
| commit | 5c1d7fc460d0b98a1dfbcf151079dbacb64c9330 (patch) | |
| tree | 3d52587ff817abb5be2c1ad75024362afc506c37 | |
| parent | f177aa562ee76c1607350306363aaf844e48d07e (diff) | |
| parent | 402458b76f839a6b2483dd7d1f391139caba8944 (diff) | |
Merge PR #9470: the default branch of Mtac2 changed to master
Reviewed-by: ejgallego
| -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 8dee465cf4..74e8d3bbaa 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -35,7 +35,7 @@ : "${unicoq_CI_GITURL:=https://github.com/unicoq/unicoq}" : "${unicoq_CI_ARCHIVEURL:=${unicoq_CI_GITURL}/archive}" -: "${mtac2_CI_REF:=master-sync}" +: "${mtac2_CI_REF:=master}" : "${mtac2_CI_GITURL:=https://github.com/Mtac2/Mtac2}" : "${mtac2_CI_ARCHIVEURL:=${mtac2_CI_GITURL}/archive}" |
