Skip to content
Snippets Groups Projects
Commit 80e3c30d authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/fix_credentials_cache

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@cbf168eb

build:credentials: Fix error when storing credentials in cache

The credentials helper wasn't storing the credentials in the cache.
Seemingly, the echo added whitespaces at the beginning of the lines
which can't be interpreted by the git credential approve command.
Also the USERNAME was renamed to TOKEN_USER because the variable is
already filled with the system users name.
parent 5bec1113
No related branches found
No related tags found
No related merge requests found
Subproject commit d09e3a9655559495e9aeff194e3ea44a2acdb315 Subproject commit cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: d09e3a9655559495e9aeff194e3ea44a2acdb315 ref: cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: d09e3a9655559495e9aeff194e3ea44a2acdb315 GITLAB_CI_REVISION: cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd
BB_RECIPE_NAME: secure-element-examples BB_RECIPE_NAME: secure-element-examples
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