summaryrefslogtreecommitdiffstats
path: root/ci/azure-is-release.yml
blob: d7271b345fe29294b38bda114193ba90b02a966b (plain)
1
2
3
4
5
6
7
8
9
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