From f7718c732235ee3927d4a7da757b2636a7486b67 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Thu, 30 May 2019 09:03:40 -0500 Subject: [PATCH] adds --fail to the curl invocation. --- gitlab-ci/nrm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci/nrm.yml b/gitlab-ci/nrm.yml index c6b9f4d..e2cfbb0 100644 --- a/gitlab-ci/nrm.yml +++ b/gitlab-ci/nrm.yml @@ -13,4 +13,4 @@ readthedocs: tags: - integration script: - - nix run nixpkgs.curl -c curl -X POST -d "branch=$CI_COMMIT_REF_NAME" -d "token=$READTHEDOCS_TOKEN" https://readthedocs.org/api/v2/webhook/nrm/87451/ + - nix run nixpkgs.curl -c curl --fail -X POST -d "branch=$CI_COMMIT_REF_NAME" -d "token=$READTHEDOCS_TOKEN" https://readthedocs.org/api/v2/webhook/nrm/87451/ -- 2.26.2