Skip to content
Snippets Groups Projects
Commit f7ca2e89 authored by nimrod's avatar nimrod
Browse files

Install Golang apps as well as Python apps.

parent a8c926b3
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
cd "$(git rev-parse --show-toplevel)"
echo Installing Golang apps >> /dev/stderr
go get github.com/giantswarm/semver-bump || true
go get github.com/nishanths/license || true
echo Installing Python apps >> /dev/stderr
python3 -m pip install --user --requirement requirements.txt
echo Installing Git hooks >> /dev/stderr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment