diff options
author | Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2018-06-21 22:37:06 +0200 |
---|---|---|
committer | Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2018-06-21 22:37:06 +0200 |
commit | 1ae6725fe29a7e3cd6810b647d22b28ee8e57255 (patch) | |
tree | cf764f3e73404111aa2bb6dce642dee00f234090 /dev | |
parent | 4a3697da7be172c1559588d326a2f02c80bb98e9 (diff) |
Update dpdgraph branch name
See https://github.com/Karmaki/coq-dpdgraph/issues/50 for context
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 87d837b38..3807ff90c 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -119,7 +119,7 @@ ######################################################################## # coq-dpdgraph ######################################################################## -: "${coq_dpdgraph_CI_BRANCH:=coq-trunk}" +: "${coq_dpdgraph_CI_BRANCH:=coq-master}" : "${coq_dpdgraph_CI_GITURL:=https://github.com/Karmaki/coq-dpdgraph.git}" ######################################################################## |