Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
[DPNG-8523] added 'exists-action' option to pip to resolve problem wi…
Browse files Browse the repository at this point in the history
…th automatic deployment

added pip with version to requirements
  • Loading branch information
pskindel authored and Marcin Makowski committed Jun 22, 2016
1 parent 1c475de commit ddd6855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ connected using logical AND or OR operators.
1. Apache Maven 2.2.1 or higher
1. Python 2.7
1. Cloud Foundry CLI and Trusted Analytics Platform account (https://github.com/trustedanalytics)
1. pip => 8.1.1

## Deployment manual

Expand Down
2 changes: 1 addition & 1 deletion cf-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
#

mvn clean install &&
pip install --download deployer/vendor -r deployer/requirements.txt &&
pip download --exists-action w -d deployer/vendor -r deployer/requirements.txt &&
cf push gearpump-deployer

0 comments on commit ddd6855

Please sign in to comment.