Skip to content

Commit

Permalink
Revert "maybe solve the git depth here"
Browse files Browse the repository at this point in the history
This reverts commit c84f202.
  • Loading branch information
richafrank committed Dec 6, 2019
1 parent 47ab421 commit 4186d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ script:
# deactivate env to get access to anaconda command
- source deactivate

# unshallow the clone so the conda build can clone it.
- git fetch --unshallow --tags
- exec 3>&1; ZP_OUT=$(conda build conda/zipline --python=$CONDA_PY --numpy=$CONDA_NPY -c quantopian -c quantopian/label/ci | tee >(cat - >&3))
- ZP_OUTPUT=$(echo "$ZP_OUT" | grep "anaconda upload " | awk '{print $NF}')
- if [ -z "$ZP_OUTPUT" ]; then exit 1; fi
Expand Down
1 change: 0 additions & 1 deletion conda/zipline/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build:

source:
git_url: ../../
git_depth: 1 # (Defaults to -1/not shallow)

requirements:
build:
Expand Down

0 comments on commit 4186d83

Please sign in to comment.