From 2695850ddcbaf4de4493957e9d61098659372ee9 Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 2 Nov 2023 13:24:45 -0400 Subject: [PATCH] Adjust working directory in git commit step --- master-branch-plot-pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/master-branch-plot-pipeline.yml b/master-branch-plot-pipeline.yml index f10810e0b..a199f40a6 100644 --- a/master-branch-plot-pipeline.yml +++ b/master-branch-plot-pipeline.yml @@ -34,8 +34,6 @@ jobs: arguments: --source ./test-statistics.json --output ./plot-ig-builder-auto.png - bash: | - cd $(System.DefaultWorkingDirectory)/$(GIT_REPO) - git status git add ./plot-ig-builder-auto.png git commit . -m "Updating plot-ig-builder-auto.png ***NO_CI***"