Skip to content
Snippets Groups Projects
Commit 7bdd8f28 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Added gitpython in scripts

parent d61c6915
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!70Issue 51
......@@ -38,6 +38,7 @@ sleep 5
ls -l dist/*
rm -rf ./local-site
mkdir -p `python3 -m site --user-site`
pip3 install --user gitpython
python3 setup.py install --user --force
ln -sf ./local-site/bin/hive $HIVE_NAME
./$HIVE_NAME -h
......
......@@ -43,6 +43,7 @@ sleep 5
ls -l dist/*
rm -rf ./local-site
mkdir -p `python3 -m site --user-site`
pip3 install --user gitpython
python3 setup.py install --user --force
ln -sf ./local-site/bin/hive $HIVE_NAME
./$HIVE_NAME -h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment