From f759313516e75fce9249a769605a013787aa88b5 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 7 Sep 2020 11:14:19 -0500 Subject: [PATCH] =?UTF-8?q?refactor(reverse-proxy):=20=E2=99=BB?= =?UTF-8?q?=F0=9F=94=A8=20shallow-fetch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reverse-proxy/azure-pipelines.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reverse-proxy/azure-pipelines.yaml b/reverse-proxy/azure-pipelines.yaml index a0abdecd8..e0f37d4fb 100644 --- a/reverse-proxy/azure-pipelines.yaml +++ b/reverse-proxy/azure-pipelines.yaml @@ -11,6 +11,9 @@ pool: vmImage: ubuntu-latest steps: + - checkout: self + fetchDepth: 1 + - task: CopyFiles@2 displayName: stage files inputs: