From 3bb53ca060dc86cdfe92024505061698f2a2f7de Mon Sep 17 00:00:00 2001 From: Eric Rasche Date: Tue, 13 Sep 2016 20:09:44 +0000 Subject: [PATCH] Wipe out non-gzipped versions --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index e0d5046..13691ff 100755 --- a/build.sh +++ b/build.sh @@ -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;