diff options
| author | Théo Zimmermann | 2018-10-08 15:39:31 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-08 19:11:41 +0200 |
| commit | d21c7aca1d1ce94e2007f0e6c550d36230d9f64f (patch) | |
| tree | a3720a6a9b3e29ba76c34a33dd02954f9ad1f51f /dev/ci/ci-basic-overlay.sh | |
| parent | d792c2bf18e68a6301f295c79c05f25738456ecf (diff) | |
[ci] Add aac-tactics.
And fix a typo that was previously there.
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 511eaaba9c..50d4d21637 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -252,6 +252,6 @@ ######################################################################## # aac-tactics ######################################################################## -: "${aactactis_CI_REF:=master}" -: "${aactactis_CI_GITURL:=https://github.com/coq-community/aac-tactics}" -: "${aactactis_CI_ARCHIVEURL:=${aactactis_CI_GITURL}/archive}" +: "${aactactics_CI_REF:=master}" +: "${aactactics_CI_GITURL:=https://github.com/coq-community/aac-tactics}" +: "${aactactics_CI_ARCHIVEURL:=${aactactics_CI_GITURL}/archive}" |
