Skip to content

Commit

Permalink
Only GZ uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 14, 2016
1 parent 2bf861c commit 8f27cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if [ ! -e ghr ]; then
chmod +x ghr
fi

CHADO_VERSION=$(find ${OUTPUT_DIRECTORY}/chado-*.sql | grep -o 'chado-[/0-9.]*.sql' | sed 's/chado-//g;s/\.sql//g;')
CHADO_VERSION=$(find ${OUTPUT_DIRECTORY}/chado-*.sql.gz | grep -o 'chado-[/0-9.]*.sql.gz' | sed 's/chado-//g;s/\.sql\.gz//g;')
./ghr -u erasche -r chado-schema-builder "${CHADO_VERSION}-jenkins${BUILD_ID}" "${OUTPUT_DIRECTORY}"

0 comments on commit 8f27cb2

Please sign in to comment.