Skip to content
Snippets Groups Projects
Commit b57383dc 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 82f5b6a6
No related branches found
No related tags found
No related merge requests found
Subproject commit d09e3a9655559495e9aeff194e3ea44a2acdb315
Subproject commit cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: d09e3a9655559495e9aeff194e3ea44a2acdb315
ref: cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: d09e3a9655559495e9aeff194e3ea44a2acdb315
GITLAB_CI_REVISION: cbf168ebd86b09d06b8d7d7e559e5bcedd0607dd
BB_RECIPE_NAME: seco-show-demo
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