Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
tweak build dir for windows nodejs conductor
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Mar 6, 2019
1 parent 77cd0ef commit 32d4a27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,15 @@ _nodejs_deploy_template: &_nodejs_deploy_template
- yarn install --ignore-scripts
- node ./publish.js
# deploy the node-pre-gyp binary to github releases so it's there when the npm package is installed
before_deploy:
# windows doesn't like absolute paths so set the working dir here
- cd $TRAVIS_BUILD_DIR
deploy:
provider: releases
api_key:
secure: nrLixlb3mlfRoxBDp5+fBV3I81N2LhJIj7hIB+fg0RT452w0+hHuTCn79NJ4tN4M2DlENlS9o+no3wzGw/CRUuyW2/4BKQQ24B1Obf7gMQJD4p0NE8uX9SZ7er08Ndc5HjC0ZfIBTB53GKI/j5gv9vmM9qcrdeGMtCAzuM10WJBgesT7TCNrrD0iPXYtPfzyNMJXtu8VrRMBZt3dW2wrvUy73CujVECbH4BbFKOEl/EQ9Gyi8KkSSKZoeXLXHMJiuMTBrDVlUY69m9o37X6MePHmpFSDiykPGsYa8hAQcWnCY9a9LORq7scbqYeTBEVijS58jfiVPQM/tC7LPhWNPgZ2jw0V7t+tM6tTYpJjIiAf83rnNwd6I+uhjWd7QuJvgo7LfZKcSCEIW4MYgcaK14QuJv4e+tbzrJNqkskIHYcSAF5Zzvc7CkyTO5wEnfNsiKDKLmdVvgMzAxyBfT+7J0msBOvqLirSPGXJcYRpZT0kSDwfgYyqRw3gXOjUgtONS+nC3MiV/vZ74c53qt/37R2+GmDRpB4viEiYTHGZmM4woXUF58Jg6mgaLjMJaI80DbTUr8pKudNtS31EWCP0EdNflzv5Ewlu/CwAmPA0AHuk5ZyvQNtQFERVw80nP7g210Layj6rLKMvEMgiecLgw1VmzOEoGPnMksnyJpplyqA=
file_glob: true
file: $TRAVIS_BUILD_DIR/nodejs_conductor/bin-package/*.tar.gz
file: nodejs_conductor/bin-package/*.tar.gz
skip_cleanup: true
# publish only if we're building a tag and if the PERFORM_NODE_DEPLOY is set to 1
on:
Expand Down

0 comments on commit 32d4a27

Please sign in to comment.