Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
f7718c73
Commit
f7718c73
authored
May 30, 2019
by
Valentin Reis
Browse files
adds --fail to the curl invocation.
parent
586d3868
Pipeline
#7518
passed with stages
in 36 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/nrm.yml
View file @
f7718c73
...
...
@@ -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/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment