Commit 508bc9af authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'dgiebas-master-patch-04987' into 'master'

Remove duplicated word from Using cron section

See merge request gitlab-org/gitlab!63769
parents 946fc181 7a046de9
......@@ -262,7 +262,7 @@ of all types of variables.
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
branch of project with ID `9` every night at `00:30`:
of project with ID `9` every night at `00:30`:
```shell
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