mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
10 lines
246 B
YAML
10 lines
246 B
YAML
steps:
|
|
- bash: |
|
|
set -e
|
|
|
|
if git log --no-merges -1 --format='%B' | grep -qF '[ci-release]'; then
|
|
echo "##vso[task.setvariable variable=isRelease]true"
|
|
fi
|
|
failOnStderr: true
|
|
displayName: Check if release commit
|