Skip to content

Commit

Permalink
remove git related lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Feb 7, 2024
1 parent e3ff54a commit 4890b9c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/aws_runner_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4890b9c

Please sign in to comment.