mirror of
https://github.com/analogdevicesinc/linux.git
synced 2026-05-30 00:55:04 +08:00
ci,azure-pipelines: define CI=true env var for cherry-pick
When this is defined, the CSE CI user is configured as commiter for cherry-picking. Otherwise git complains it needs a user. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
37d1bee28d
commit
916145dd63
@@ -22,6 +22,7 @@ jobs:
|
||||
variables:
|
||||
BUILD_TYPE: sync_branches_with_main
|
||||
MAIN_BRANCH: $[ variables['Build.SourceBranchName'] ]
|
||||
CI: true
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 50
|
||||
|
||||
Reference in New Issue
Block a user