Mark Codacy coverage final on the first step of Documentation stage
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
7e4bfbdefb
commit
7cf78d10bd
@ -177,7 +177,9 @@ jobs:
|
||||
- stage: "Documentation"
|
||||
name: "Build docs"
|
||||
before_script: skip
|
||||
after_script: skip
|
||||
after_script:
|
||||
# Mark Codacy coverage final here because all steps of the previous stage did succeed
|
||||
- bash <(curl -Ls https://coverage.codacy.com/get.sh) final
|
||||
after_success: skip
|
||||
install:
|
||||
- source ~/virtualenv/python3.6/bin/activate
|
||||
|
||||
Loading…
Reference in New Issue
Block a user