Skip to content
Snippets Groups Projects
Commit 227bccb6 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Debug messages

parent 98c8fdf5
No related branches found
No related tags found
1 merge request!115CI: Rename gitlab-ci jobs
Pipeline #9118 passed with warnings with stage
in 33 seconds
...@@ -112,6 +112,7 @@ yamllint: ...@@ -112,6 +112,7 @@ yamllint:
--manifest-project=${MANIFEST_PROJECT} --manifest-project=${MANIFEST_PROJECT}
--submodule=.gitlab-ci --submodule=.gitlab-ci
--revision=${CI_COMMIT_SHA} --revision=${CI_COMMIT_SHA}
--verbose
${INTEGRATE_INTO} ${INTEGRATE_INTO}
- ./generate_job_from_template.py - ./generate_job_from_template.py
...@@ -120,6 +121,7 @@ yamllint: ...@@ -120,6 +121,7 @@ yamllint:
--branch="integrate/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}" --branch="integrate/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}"
--manifest-project=${MANIFEST_PROJECT} --manifest-project=${MANIFEST_PROJECT}
--parent_merge_request="${CI_MERGE_REQUEST_PROJECT_URL}/-/merge_requests/${CI_MERGE_REQUEST_IID}" --parent_merge_request="${CI_MERGE_REQUEST_PROJECT_URL}/-/merge_requests/${CI_MERGE_REQUEST_IID}"
--verbose
${INTEGRATE_INTO} ${INTEGRATE_INTO}
> integration.yml > integration.yml
- cat integration.yml - cat integration.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment