Skip to content

Commit 58352ff

Browse files
committed
Do not use tilde
1 parent 50e7163 commit 58352ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reload_demo_data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
jq --raw-output '.[] | select(.name=="Trichuris trichiura")._id'
9797
)
9898
99-
ls ~/
99+
ls /
100100
pwd
101-
apollo jbrowse get-config > ~/data/config.json
101+
apollo jbrowse get-config > /home/ec2-user/data/config.json
102102
103103
npm install -g @jbrowse/cli
104104
@@ -107,7 +107,7 @@ jobs:
107107
--load inPlace \
108108
--name "T. muris vs T. trichiura tblastx" \
109109
--assemblyNames "${MURIS_ID},${TRICHIURA_ID}" \
110-
--target ~/data/config.json \
110+
--target /home/ec2-user/data/config.json \
111111
--force
112112
113113
apollo jbrowse set-config /data/config.json

0 commit comments

Comments
 (0)