From 1886a1b34143ca6e447bca8e3819acb3fe0b87fd Mon Sep 17 00:00:00 2001 From: shilongliu Date: Mon, 21 Mar 2022 17:08:55 +0800 Subject: [PATCH] fix --- .azure-pipelines/cleanup.yml | 2 +- .azure-pipelines/template-syncdockerimage.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/cleanup.yml b/.azure-pipelines/cleanup.yml index 6569c8ed0bf3..e8625dd9521c 100644 --- a/.azure-pipelines/cleanup.yml +++ b/.azure-pipelines/cleanup.yml @@ -11,4 +11,4 @@ steps: pid=`sudo cat dockerfs/var/run/docker.pid` ; sudo kill $pid fi sudo rm -rf $(ls -A1) - displayName: "Clean Workspace" + displayName: "Master Clean Workspace" diff --git a/.azure-pipelines/template-syncdockerimage.yml b/.azure-pipelines/template-syncdockerimage.yml index 4858fd3e5ad2..7a37cdbf0fb1 100644 --- a/.azure-pipelines/template-syncdockerimage.yml +++ b/.azure-pipelines/template-syncdockerimage.yml @@ -18,6 +18,7 @@ jobs: variables: - group: Debian-Mirror-Common steps: + - template: cleanup.yml - checkout: self clean: true - ${{ each platform in parameters.platforms }}: