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 f416830
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 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,18 +103,18 @@ 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:
name: example_aws4
path: /actions-runner/_work/test-aws/test-aws/PialNN/pialnn/1.0.0/data/example_aws4
path: /actions-runner/_work/test-aws/test-aws/PialNN/pialnn/1.0.0/data/example_aws5
- name: datalad push
run: |
datalad save -m "pushing new unzipped folder" PialNN/pialnn/1.0.0/data/example_aws4
datalad save -m "pushing new unzipped folder" PialNN/pialnn/1.0.0/data/example_aws5
datalad push -f all --to test-aws-storage
datalad push --to origin
env:
Expand Down

0 comments on commit f416830

Please sign in to comment.