GITLAB
Dev B-on
/ sama-scripts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
694aa8697f5823a7afe21b8cd9895b008fe3fcb3
Authored by
Paulo Graça
2015-09-04 14:30:59 +0100
1 parent
cbf9909ad3
Exists in
master
PG: fix setup issue
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
ingester/setup.sh
Side-by-side Diff
Inline Diff
ingester/setup.sh
Wrap text
Diff comments
View file @
694aa86
...
...
@@ -2,6 +2,7 @@
2
2
3
3
echo "getting source code"
4
4
mkdir -p ~/bin/
5
+rm -rf ~/bin/.git
5
6
rm -rf ~/bin/ingest
6
7
rm -rf ~/bin/prepare
7
8
rm -rf ~/bin/ingester
...
...