From 5041e91d58973f5479c74577de9e65017b405b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Thu, 17 Jun 2021 16:40:16 -0300 Subject: [PATCH] minor change --- azure-pipelines/templates/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/templates/default.yml b/azure-pipelines/templates/default.yml index efb1e8f484b..96565960371 100644 --- a/azure-pipelines/templates/default.yml +++ b/azure-pipelines/templates/default.yml @@ -51,7 +51,7 @@ steps: displayName: 'Set package manager' - ${{ if eq(parameters.tardisEnv, true) }}: - - checkout: self + - checkout: git://TARDIS/tardis path: s/tardis fetchDepth: ${{ parameters.fetchDepth }}