Skip to content
Snippets Groups Projects
Commit 262c5a44 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

rename file-mr to submit-merge-request

parent c3424009
2 merge requests!27Operators for f4867170 (escape colon),!25Generate operators in CI
......@@ -9,7 +9,7 @@ generate-child-pipeline:
cat > child-pipeline.yml << EOF
stages:
- generate-operators
- file-mr
- submit-merge-request
generate-operators:
stage: generate-operators
......@@ -44,8 +44,8 @@ generate-child-pipeline:
- |
cat >> child-pipeline.yml << EOF
file-mr:
stage: file-mr
submit-merge-request:
stage: submit-merge-request
when: manual
before_script:
- apt-get update -yqq
......
......@@ -30,5 +30,5 @@ It is a good idea to test your changes locally.
In your commit, do not include changes to the `operators` directory.
After pushing your changes to the remote, our CI automatically regenerates all operators from all `operators-<operator-group>.toml` files present in the repository.
In this process, any changes you made under `operators` will be lost.
After the pipeline has passed, you can trigger the manual job `file-mr` to create a new merge request including your changes and the freshly generated operators.
After the pipeline has passed, you can trigger the manual job `submit-merge-request` to create a new merge request including your changes and the freshly generated operators.
Using the CI makes sure that the generated code is always in sync with the description of what and how to generate.
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