Commit 7a046de9 authored by Damian Giebas's avatar Damian Giebas

Remove duplicated word from Using cron section

parent 628a8427
...@@ -262,7 +262,7 @@ of all types of variables. ...@@ -262,7 +262,7 @@ of all types of variables.
Whether you craft a script or just run cURL directly, you can trigger jobs Whether you craft a script or just run cURL directly, you can trigger jobs
in conjunction with cron. The example below triggers a job on the `main` branch in conjunction with cron. The example below triggers a job on the `main` branch
branch of project with ID `9` every night at `00:30`: of project with ID `9` every night at `00:30`:
```shell ```shell
30 0 * * * curl --request POST --form token=TOKEN --form ref=main "https://gitlab.example.com/api/v4/projects/9/trigger/pipeline" 30 0 * * * curl --request POST --form token=TOKEN --form ref=main "https://gitlab.example.com/api/v4/projects/9/trigger/pipeline"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment