Fixed updating to latest from non-master branch

This commit is contained in:
Andrew Murray 2019-10-22 20:39:06 +11:00
parent 9e7dcea739
commit 5c2d69c051

View File

@ -220,8 +220,8 @@ before_install:
install:
# Maybe get and clean and patch source
- if [[ -n "$LATEST" ]]; then BUILD_COMMIT=master; fi
- clean_code $REPO_DIR $BUILD_COMMIT
- if [[ -n "$LATEST" ]]; then git submodule update --remote --merge $REPO_DIR; fi
- build_wheel $REPO_DIR $PLAT
script: