diff options
| author | Théo Zimmermann | 2017-12-08 10:50:09 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2017-12-08 10:50:09 +0100 |
| commit | 2434e85e1f2006e66efd74bd6cd7224e301e3bff (patch) | |
| tree | 9bfe4e232a648b38e283f30952cc38cb7dd85226 /dev/ci | |
| parent | 437f20f0a1c2717cd7baae52e2ab20750dd9d4fb (diff) | |
Fix a copy-paste error in ci-ltac2.
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-ltac2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-ltac2.sh b/dev/ci/ci-ltac2.sh index 4865be31ec..ed40036012 100755 --- a/dev/ci/ci-ltac2.sh +++ b/dev/ci/ci-ltac2.sh @@ -3,7 +3,7 @@ ci_dir="$(dirname "$0")" source ${ci_dir}/ci-common.sh -ltac2_CI_DIR=${CI_BUILD_DIR}/coq-dpdgraph +ltac2_CI_DIR=${CI_BUILD_DIR}/ltac2 git_checkout ${ltac2_CI_BRANCH} ${ltac2_CI_GITURL} ${ltac2_CI_DIR} |
