mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Don't fail the build if package upload fails
This commit is contained in:
parent
efc2f6a881
commit
2c6ec42ffd
@ -50,7 +50,7 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
- echo "Publishing native platform Binary Package? ->" $PUBLISH_BINARY
|
- echo "Publishing native platform Binary Package? ->" $PUBLISH_BINARY
|
||||||
# if publishing, do it
|
# if publishing, do it
|
||||||
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package publish; fi;
|
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package publish || true ; fi;
|
||||||
# cleanup
|
# cleanup
|
||||||
- node-pre-gyp clean
|
- node-pre-gyp clean
|
||||||
- node-gyp clean
|
- node-gyp clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user