You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
currently we try to rebase a commit fetched by gerrit resource against master. The commit rebase is done in a separate task. Unfortunately credentials and git metadata aren't passed along the sources which made git pulling to end with an error.
The change is about passing git metadata and credentials along the sources.
Hi,
currently we try to rebase a commit fetched by gerrit resource against master. The commit rebase is done in a separate task. Unfortunately credentials and git metadata aren't passed along the sources which made git pulling to end with an error.
The change is about passing git metadata and credentials along the sources.