From 33d4f60dde3b381d5ab34b1a883bdb539c751c61 Mon Sep 17 00:00:00 2001 From: Dhanashree Phulkar Date: Mon, 30 Sep 2024 15:36:10 +0530 Subject: [PATCH] Test Pipeline --- release-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-pipeline.yml b/release-pipeline.yml index 8b95d2118..18338df79 100644 --- a/release-pipeline.yml +++ b/release-pipeline.yml @@ -1820,8 +1820,8 @@ stages: git checkout `echo $(Build.SourceBranch) | cut -d "/" -f 1,2 --complement` git --no-pager log --since="12 hours ago" --stat displayName: 'List Commits' - workingDirectory: $(work_dir) + - script: | sudo apt-get install $(tags) $(fuselib) -y chmod 777 *.sh