Skip to content

Commit 8ad10ca

Browse files
committed
fix copy command
1 parent eb1b917 commit 8ad10ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/client-freeze-test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
- name: "Copy python api files"
1818
run: |
19-
cp -R metamist-legacy-client/api/ metamist/api/
2019
cp -R metamist-legacy-client/metamist/api/ metamist/api/
2120
cp -R metamist-legacy-client/metamist/apis/ metamist/apis/
2221
cp -R metamist-legacy-client/metamist/model/ metamist/model/

.github/workflows/deploy.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@ jobs:
8484
- uses: actions/checkout@v4
8585
with:
8686
repository: populationgenomics/metamist
87-
ref: metamist-legacy-client/b142392
87+
ref: b142392ee26692da2f939df5d0bb4e9767f656c9
8888
path: metamist-legacy-client
8989

9090
- name: "Copy python api files"
9191
run: |
92-
cp -R metamist-legacy-client/api/ metamist/api/
9392
cp -R metamist-legacy-client/metamist/api/ metamist/api/
9493
cp -R metamist-legacy-client/metamist/apis/ metamist/apis/
9594
cp -R metamist-legacy-client/metamist/model/ metamist/model/

0 commit comments

Comments
 (0)