Skip to content

Commit

Permalink
fix upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 3, 2018
1 parent 96b4089 commit b162618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
mkdir -p output
mv chado*.gz output/

set -ex
OUTPUT_DIRECTORY="${OUTPUT_DIRECTORY:-$(pwd)/output}";
if [ ! -e ghr ]; then
Expand Down

0 comments on commit b162618

Please sign in to comment.