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 3c012ca commit 60267d4Copy full SHA for 60267d4
build.sh
@@ -16,6 +16,4 @@ if [[ $(basename $(pwd)) != "datacurator-filetree" ]]; then exit 1; fi
16
17
rm -rf target/*
18
find root/ -type d -exec mkdir -p target/{} \;
19
-zip -r0 "datacurator-filetree-[${VERSION}].zip" target/
20
-rm -rf target/*
21
-mv "datacurator-filetree-[${VERSION}].zip" target/
+cd target/ && zip -r0 "datacurator-filetree-${VERSION}.zip" root/ && rm -rf root/
0 commit comments