Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test usecase copy issue #62

Open
Dhruvi-UrbanFP opened this issue Feb 8, 2024 · 1 comment
Open

Test usecase copy issue #62

Dhruvi-UrbanFP opened this issue Feb 8, 2024 · 1 comment

Comments

@Dhruvi-UrbanFP
Copy link

When i run the test usecase using docker run -v /local/folder/lisvap/input:/input jrce1/lisvap:latest usecases it throws me Copying basemaps to /input/... cp: -r not specified; omitting directory '/basemaps/global' error. It seems that in the

echo "Copying basemaps to /input/..."
cp /basemaps/* /input/basemaps/
echo "copy input files to /input/cordex......"
cp /tests/data/input/cordex/*.nc /input/cordex/
echo "copy cordex settings to /input/..."
cp /tests/data/tests_cordex.xml /input/
echo "copy input files to /input/efas......"
cp /tests/data/input/efas/*.nc /input/efas/
echo "copy efas settings to /input/..."
cp /tests/data/tests_efas.xml /input/
chmod a+w /input/*.xml
the cp .... commands don't use recursive flag which is what is causing the issue in copying the files to the mounted directory.

Do you have any suggestions to overwrite this?

@gnrgomes
Copy link
Collaborator

gnrgomes commented Feb 9, 2024

Hi.
Thank you for reporting this. You are right.
I will correct it on the next deploy.

gnrgomes added a commit that referenced this issue Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants