blob: e4cf74aa51f18a81c986f5a41a6f5722e5e108dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if [ "$CI_PULL_REQUEST" = "9566" ] || [ "$CI_BRANCH" = "proof_global+move_termination_routine_out" ]; then
aac_tactics_CI_REF=proof_global+move_termination_routine_out
aac_tactics_CI_GITURL=https://github.com/ejgallego/aac-tactics
equations_CI_REF=proof_global+move_termination_routine_out
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
paramcoq_CI_REF=proof_global+move_termination_routine_out
paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq
fi
|