diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-06-08 09:58:31 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-06-08 09:58:31 +0200 |
commit | 102d7418e399de646b069924277e4baea1badaca (patch) | |
tree | 624eb098d442a5b30e55729404830b8fe7bac0bb | |
parent | 1ee1c09eb1e9c347537e058e1c7932c864bdb8f0 (diff) |
Remove overlay.
-rw-r--r-- | dev/ci/ci-user-overlay.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh index d1a2af417..195ede6d0 100644 --- a/dev/ci/ci-user-overlay.sh +++ b/dev/ci/ci-user-overlay.sh @@ -30,16 +30,3 @@ if [ $TRAVIS_PULL_REQUEST == "669" ] || [ $TRAVIS_BRANCH == "ssr-merge" ]; then mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git fi -echo "DEBUG: ci-user-overlay.sh 0" -if [ $TRAVIS_PULL_REQUEST = "652" ] || [ $TRAVIS_BRANCH == "trunk__API" ]; then - echo "DEBUG: ci-user-overlay.sh 1" - echo - #mathcomp_CI_BRANCH=remove-sigma - #mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git - fiat_parsers_CI_BRANCH=remove-sigma - fiat_parsers_CI_GITURL=https://github.com/maximedenes/fiat.git - bedrock_src_CI_BRANCH=remove-sigma - bedrock_src_CI_GITURL=https://github.com/maximedenes/bedrock.git - bedrock_facade_CI_BRANCH=remove-sigma - bedrock_facade_CI_GITURL=https://github.com/maximedenes/bedrock.git -fi |