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 d1b3915 commit f631c24Copy full SHA for f631c24
Makefile
@@ -36,7 +36,8 @@ test-data:
36
mkdir -p $(tempDir)
37
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
38
cp -r ${gitDataDir}ufc ${testDataDir}
39
- cp -r ${gitDataDir}configuration-wire ${testDataDir}
+ mkdir -p ${testDataDir}configuration-wire
40
+ cp -r ${gitDataDir}configuration-wire/*.json ${testDataDir}/configuration-wire
41
rm -rf ${tempDir}
42
43
## prepare
0 commit comments