Skip to content

Commit 8d4ccc2

Browse files
author
Chris Park
committed
Uncommented copy command
1 parent 418e11e commit 8d4ccc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/runAll.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function checkAPI {
6565
}
6666

6767
#Copy the mounted content in /source to current WORKDIR
68-
cp -r -n /source/* .
68+
cp -r -n /source/. .
6969

7070
#Run unit tests
7171

examples/runAll.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function checkAPI {
6565
}
6666

6767
#Copy the mounted content in /source to current WORKDIR
68-
#cp -r -n /source/* .
68+
cp -r -n /source/. .
6969

7070
#Run the examples
7171
if [ ! -z ${API_KEY} ]; then

0 commit comments

Comments
 (0)