Skip to content

Commit

Permalink
Change to home wildcard.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Nov 10, 2023
1 parent 7de7e68 commit a0760c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: run test in docker
run: |
docker run \
--env-file /local1/github_worker/env.list \
--env-file ~/github_worker/env.list \
--mount type=bind,source=$PWD,target=/home/ghworker,bind-propagation=rshared \
--mount type=bind,source=/data/informatics/module_test_data/,target=/data/informatics/module_test_data/,bind-propagation=rshared,ro \
--mount type=bind,source=/allen/,target=/allen/,bind-propagation=rshared,ro \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: run test in docker
run: |
docker run \
--env-file /local1/github_worker/env_nightly.list \
--env-file ~/github_worker/env_nightly.list \
--mount type=bind,source=$PWD,target=/home/ghworker,bind-propagation=rshared \
--mount type=bind,source=/data/informatics/module_test_data/,target=/data/informatics/module_test_data/,bind-propagation=rshared,ro \
--mount type=bind,source=/allen/,target=/allen/,bind-propagation=rshared,ro \
Expand Down

0 comments on commit a0760c9

Please sign in to comment.