From 4890b9c515faa486ff20312b72f691d38d1aa193 Mon Sep 17 00:00:00 2001 From: Harsha Gazula Date: Wed, 7 Feb 2024 09:14:16 -0500 Subject: [PATCH] remove git related lines --- .github/workflows/aws_runner_old.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/aws_runner_old.yml b/.github/workflows/aws_runner_old.yml index eeb34ef..8636a7b 100644 --- a/.github/workflows/aws_runner_old.yml +++ b/.github/workflows/aws_runner_old.yml @@ -79,15 +79,12 @@ jobs: datalad siblings datalad siblings cd PialNN/pialnn/1.0.0/data - pwd datalad get . find . -name "*.zip" -exec unzip {} \; mv example example_aws4 - pwd - tree - - run: | - git config user.name - git config user.email + # - run: | + # git config user.name + # git config user.email - name: Upload artifacts uses: actions/upload-artifact@v2 @@ -106,10 +103,10 @@ jobs: - run: | git config user.name git config user.email - - name: configure git credentials - run: | - git config --system user.name "test_aws" - git config --system user.email "test_aws" + # - name: configure git credentials + # run: | + # git config --system user.name "test_aws" + # git config --system user.email "test_aws" - name: Download artifacts uses: actions/download-artifact@v2 with: