Skip to content

Commit

Permalink
Issue #62: Test usecase copy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gnrgomes committed Feb 9, 2024
1 parent 5d92fac commit 23b991b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ "$1" = 'usecases' ]]; then
mkdir -p /input/efas
mkdir -p /input/basemaps
echo "Copying basemaps to /input/..."
cp /basemaps/* /input/basemaps/
cp -r /basemaps/* /input/basemaps/
echo "copy input files to /input/cordex......"
cp /tests/data/input/cordex/*.nc /input/cordex/
echo "copy cordex settings to /input/..."
Expand Down

0 comments on commit 23b991b

Please sign in to comment.