We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418e11e commit 8d4ccc2Copy full SHA for 8d4ccc2
docker/runAll.sh
@@ -65,7 +65,7 @@ function checkAPI {
65
}
66
67
#Copy the mounted content in /source to current WORKDIR
68
-cp -r -n /source/* .
+cp -r -n /source/. .
69
70
#Run unit tests
71
examples/runAll.sh
-#cp -r -n /source/* .
#Run the examples
if [ ! -z ${API_KEY} ]; then
0 commit comments