[Git][NTPsec/ntpsec][master] Allow codequality CI job to fail without failing the entire pipeline

Matt Selsky gitlab at mg.gitlab.com
Thu Dec 21 20:06:00 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
e9e9aa8f by Matt Selsky at 2017-12-21T14:47:29-05:00
Allow codequality CI job to fail without failing the entire pipeline

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ codequality:
   script:
     - docker pull codeclimate/codeclimate
     - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
+  allow_failure: true
   artifacts:
     paths: [codeclimate.json]
   tags:



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e9e9aa8f3d6ff130ae13aab03ffc671d70d15ec6

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e9e9aa8f3d6ff130ae13aab03ffc671d70d15ec6
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171221/7f4a17c0/attachment.html>


More information about the vc mailing list