Skip to content

Commit

Permalink
Isolated uploader issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 14, 2016
1 parent 325cc9e commit 9d78061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [ ! -e ghr ]; then
chmod +x ghr
fi

CHADO_VERSION=$(find "${OUTPUT_DIRECTORY}" | 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}"
CHADO_VERSION=$(find "output" | 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

0 comments on commit 9d78061

Please sign in to comment.