Skip to content

Commit

Permalink
swap out jenkins for date
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 7, 2022
1 parent 7d54647 commit 55cb9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ if [ ! -e ghr ]; then
fi

CHADO_VERSION=$(find "output" | grep -o 'chado-[/0-9.]*.sql.gz' | sed 's/chado-//g;s/\.sql\.gz//g;')
./ghr -u galaxy-genome-annotation -r chado-schema-builder "${CHADO_VERSION}-jenkins${BUILD_ID}" output
CHADO_BUILD_ID=$(date "+%Y-%m-%d")
./ghr -u galaxy-genome-annotation -r chado-schema-builder "${CHADO_VERSION}-build${CHADO_BUILD_ID}" output

0 comments on commit 55cb9ea

Please sign in to comment.