Skip to content

Commit

Permalink
Wipe out non-gzipped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 13, 2016
1 parent 9ef1a62 commit 3bb53ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ gzip < "/host/chado-${VERSION}-no-onto.sql" > "/host/chado-${VERSION}-no-onto.sq
gzip < "/host/chado-${VERSION}.sql" > "/host/chado-${VERSION}.sql.gz"
gzip < "/host/chado-${VERSION}-tripal.sql" > "/host/chado-${VERSION}-tripal.sql.gz"

# Remove non-gzipped versions, zero value.
rm /host/chado-${VERSION}*.sql

echo "The schema build has completed. The container will now intentionally crash"
exit 42;

0 comments on commit 3bb53ca

Please sign in to comment.