Skip to content

Commit

Permalink
Fix recursive copy in script
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Nov 9, 2023
1 parent e3ac0b1 commit ad7c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mavenDependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ echo "Installing maven dependencies..."
mkdir -p $HOME/.m2/de

cp -f ./ci/.m2/settings/settings.xml $HOME/.m2
cp -f ./ci/.m2/de/* $HOME/.m2/de/
cp -rf ./ci/.m2/de/* $HOME/.m2/de/

0 comments on commit ad7c865

Please sign in to comment.