Skip to content
Snippets Groups Projects
Commit 90d9f3f1 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/fix-fngsystem-deploy-path

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@5e3dfaea

CI:deploy: fix fngsystem deployment path

The match to detect fngsystem still contained 'guf'. Changed to 'seco'.

BCS 746-001043
parent cd91cc55
No related branches found
No related tags found
1 merge request!295Integrate gitlab-ci/fix-fngsystem-deploy-path
Pipeline #31031 passed with stage
in 2 minutes and 6 seconds
Subproject commit f8d6de860e8888010fd2d64382ed731e44a8ae22 Subproject commit 5e3dfaeaf89701092780031ba72266ee27938996
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: f8d6de860e8888010fd2d64382ed731e44a8ae22 ref: 5e3dfaeaf89701092780031ba72266ee27938996
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: f8d6de860e8888010fd2d64382ed731e44a8ae22 GITLAB_CI_REVISION: 5e3dfaeaf89701092780031ba72266ee27938996
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed. # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
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