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:
Alexandru Ardelean
2020-12-11 15:36:14 +02:00
committed by Alexandru Ardelean
parent 37d1bee28d
commit 916145dd63

View File

@@ -22,6 +22,7 @@ jobs:
variables:
BUILD_TYPE: sync_branches_with_main
MAIN_BRANCH: $[ variables['Build.SourceBranchName'] ]
CI: true
steps:
- checkout: self
fetchDepth: 50