From fbc1b96aa61c9ed6b8b0b6739719ca6cd4e56652 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 29 Apr 2020 11:05:50 +0200 Subject: [PATCH] Add git repo as output for build tasks This is required for exporting the Gradle Build Scan URL to notifications. See gh-22490 --- ci/tasks/build-project.yml | 1 + ci/tasks/check-project.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/tasks/build-project.yml b/ci/tasks/build-project.yml index d9379fd803..759749ef43 100644 --- a/ci/tasks/build-project.yml +++ b/ci/tasks/build-project.yml @@ -4,6 +4,7 @@ inputs: - name: git-repo outputs: - name: distribution-repository +- name: git-repo caches: - path: gradle params: diff --git a/ci/tasks/check-project.yml b/ci/tasks/check-project.yml index c519e7dc3b..ea6d6ddb94 100644 --- a/ci/tasks/check-project.yml +++ b/ci/tasks/check-project.yml @@ -4,6 +4,7 @@ inputs: - name: git-repo outputs: - name: distribution-repository +- name: git-repo caches: - path: gradle params: