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 d2b518e commit 8e48917Copy full SHA for 8e48917
release.sh
@@ -40,7 +40,7 @@ fi
40
41
echo "Creating archive file"
42
mkdir -p dist
43
-tar cvfz ${archive} build.sh grants/ispyb_*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/* schemas/xchem_db/*.sql schemas/xchem_db/*.sql bin/*
+tar cvfz ${archive} build.sh grants/*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/* schemas/xchem_db/*.sql schemas/xchem_db/*.sql bin/*
44
45
echo "Creating tag v${schema_version}"
46
git tag -a v${schema_version} -m v${schema_version}
0 commit comments