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

Fix the job names for deploy

The variable use in the deploy name was not replaced in the UI. This
hopefully cleansup the UI, and uses the project root variable in the job
only.

BCS 746-000629
parent a51f53d5
No related branches found
No related tags found
1 merge request!79Fix the job names for deploy
Pipeline #8674 passed with warnings with stages
in 1 hour and 39 seconds
...@@ -62,14 +62,14 @@ executable: ...@@ -62,14 +62,14 @@ executable:
- ./deploy_gitlab_ci.py - ./deploy_gitlab_ci.py
--gitlab-url=${CI_SERVER_URL} --gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN} --token=${GITBOT_TOKEN}
--project=${CI_JOB_NAME} --project=${CI_PROJECT_ROOT_NAMESPACE}/${CI_JOB_NAME}
--submodule=.gitlab-ci --submodule=.gitlab-ci
--revision=${CI_COMMIT_SHA} --revision=${CI_COMMIT_SHA}
${MERGE} ${MERGE}
${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/ci-test/minimal-bar: *deploy yocto/infrastructure/ci-test/minimal-bar: *deploy
${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/ci-test/minimal-foo: *deploy yocto/infrastructure/ci-test/minimal-foo: *deploy
${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/ci-test/minimal-manifest: *deploy yocto/infrastructure/ci-test/minimal-manifest: *deploy
${CI_PROJECT_ROOT_NAMESPACE}/yocto/layers/meta-guf-distro: *deploy yocto/layers/meta-guf-distro: *deploy
${CI_PROJECT_ROOT_NAMESPACE}/yocto/layers/meta-guf-machine: *deploy yocto/layers/meta-guf-machine: *deploy
${CI_PROJECT_ROOT_NAMESPACE}/yocto/manifest: *deploy yocto/manifest: *deploy
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