Skip to content

Commit

Permalink
corrected osf-storage target
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Nov 5, 2023
1 parent efc1068 commit bb56f36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/new_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
datalad save . -m "Added model weights"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
- name: Git-annex/Datalad add the sample datasets
Expand All @@ -361,7 +361,7 @@ jobs:
datalad save . -m "Added sample data"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
# Push the dataset to the repo
datalad save . -m "Added sample data"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
Expand All @@ -491,7 +491,7 @@ jobs:
# Push the weights to the repo
datalad save . -m "Added model weights"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
datalad save . -m "Added model weights and sample data"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
start-runner:
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
# Push the dataset to the repo
datalad save . -m "Added sample data"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
Expand All @@ -428,7 +428,7 @@ jobs:
# Push the weights to the repo
datalad save . -m "Added model weights"
datalad push --to osf-annex2-storage
datalad push --to osf-storage
datalad push --to origin
# Run in singularity the test command saved under needs.create_new_branch.outputs.DEEPCSR
Expand Down

0 comments on commit bb56f36

Please sign in to comment.