Skip to content

build:credentials: Fix error when storing credentials in cache

Tobias Kahlki requested to merge fix_credentials_cache into master

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.

Merge request reports

Loading