Skip to content

Commit

Permalink
Include ispyb_analytics in release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Dec 30, 2020
1 parent 0bf7662 commit 8b1406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

echo "Creating archive file"
mkdir -p dist
tar cvfz ${archive} build.sh grants/ispyb_*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql
tar cvfz ${archive} build.sh grants/ispyb_*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/*

echo "Creating tag v${schema_version}"
git tag -a v${schema_version} -m v${schema_version}
Expand Down

0 comments on commit 8b1406d

Please sign in to comment.