Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Bulté
Validata Core
Commits
12d39ebb
Commit
12d39ebb
authored
Jan 28, 2019
by
Pierre Dittgen
Browse files
ci: install curl
parent
687e1d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
12d39ebb
...
...
@@ -3,5 +3,8 @@ trigger_docs_generation:
only
:
changes
:
-
validata_core/schemas.toml
before_script
:
-
apt-get update
-
apt-get -y install curl
script
:
-
"
curl
-X
POST
-F
token=$TOKEN
-F
ref=master
https://git.opendatafrance.net/api/v4/projects/13/trigger/pipeline"
\ No newline at end of file
-
curl -X POST -F token=$TOKEN -F ref=master https://git.opendatafrance.net/api/v4/projects/13/trigger/pipeline
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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