Skip to content

Commit

Permalink
Adjust freeze requirements script for new generic requirements update…
Browse files Browse the repository at this point in the history
… in kubeyard.
  • Loading branch information
Mateusz Legięcki authored and Behoston committed Mar 5, 2019
1 parent 97d2aa5 commit ab2a9c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/freeze_requirements.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash -e
pip-compile --rebuild --verbose --output-file requirements.txt - 1>&2
cat requirements.txt
pip-compile --rebuild --verbose --output-file /requirements/python.txt /package/base_requirements.txt

0 comments on commit ab2a9c3

Please sign in to comment.