aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-29 18:58:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-29 18:58:28 -0300
commit9957a18642f471f088ca6bb18d62f33f28008e5b (patch)
tree19800534270e9711c4cd20e92342af25ff6888f8
parent6142e853fa2cf1c1be695ca7cce121e48b177d7b (diff)
downloadcsv-hasher-9957a18642f471f088ca6bb18d62f33f28008e5b.tar.gz
csv-hasher-9957a18642f471f088ca6bb18d62f33f28008e5b.tar.bz2
Feat: provision: make vendor
-rwxr-xr-xbin/provision6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/provision b/bin/provision
index df1ef5a..6c4930b 100755
--- a/bin/provision
+++ b/bin/provision
@@ -17,5 +17,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# Parameters
+DIRNAME="`dirname $0`"
+
# Setuo pipenv
sudo apt install -y pipenv
+
+# Vendor
+make -C $DIRNAME/.. vendor