From ad54c90ddd9f594ab4b33de5d7d3a7293bdaa62c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 16 Nov 2017 16:55:40 +0100 Subject: [PATCH] Update basic setup --- templates/README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/templates/README.md b/templates/README.md index b2e8dd4..d7c8221 100644 --- a/templates/README.md +++ b/templates/README.md @@ -58,15 +58,7 @@ You also need to enable the following options on your project: enabled 3. Visit the "Runners" section of your package settings and enable all conda runners, for linux and macosx variants -4. Go into the "Variables" section of your package setup and **add common - variables** corresponding to the usernames and passwords for uploading - wheels and documentation tar balls to our (web DAV) server, as well as PyPI - packages. You can copy required values from [the "Variables" section of - bob.admin](https://gitlab.idiap.ch/bob/bob.admin/variables). N.B.: You - **must** be logged into gitlab to access that page. -5. Make sure to **disable** the service "Build e-mails" (those are very - annoying) -6. Setup the coverage regular expression under "CI/CD pipelines" to have the +4. Setup the coverage regular expression under "CI/CD pipelines" to have the value `^TOTAL.*\s+(\d+\%)$`, which is adequate for figuring out the output of `coverage report` -- GitLab