Skip to content

Commit

Permalink
added recursive copy to circleci config cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 committed Nov 1, 2024
1 parent 333bc97 commit 3f90c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run:
command: |
mkdir /home/circleci/project/ProvarProject/.licenses
cp /home/circleci/project/.licenses /home/circleci/project/ProvarProject/.licenses
cp -r /home/circleci/project/.licenses /home/circleci/project/ProvarProject/.licenses
- provar/run_test_plans:
build_file: << parameters.build_file >>
Expand Down

0 comments on commit 3f90c7c

Please sign in to comment.