Skip to content

Commit ca37e64

Browse files
authored
Merge pull request #1817 from gizmoguy/workaround-pip
Workaround pip
2 parents 5387b2d + 8a1c4f3 commit ca37e64

7 files changed

+2351
-2354
lines changed

docker/base/install-faucet.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FROOT=/faucet-src
88

99
dir=`dirname $0`
1010

11+
# Clean up
12+
rm -r "$FROOT/docs"
13+
1114
$APK add -U git $BUILDDEPS && \
1215
$dir/retrycmd.sh "$PIP3 pip" && \
1316
$dir/retrycmd.sh "$PIP3 $TESTDEPS" && \
@@ -16,6 +19,3 @@ $APK add -U git $BUILDDEPS && \
1619
python3 -m pytest $FROOT/tests/test_valve.py && \
1720
for i in $BUILDDEPS ; do $APK del $i ; done && \
1821
find / -name \*pyc -delete
19-
20-
# Clean up
21-
rm -r "$FROOT/docs"

docs/_static/grafana-dashboards/faucet_instrumentation.json

-1
This file was deleted.

0 commit comments

Comments
 (0)