[extensions-web/barthalion/ci-shared-runners] Comment out find for now
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/barthalion/ci-shared-runners] Comment out find for now
- Date: Mon, 20 Jul 2020 17:22:10 +0000 (UTC)
commit d9e62e8ac888b3384a280b1004ed0eaa973a65e2
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jul 20 19:22:05 2020 +0200
Comment out find for now
openshift/docker/build.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/openshift/docker/build.sh b/openshift/docker/build.sh
index a9e3acc..825abe7 100755
--- a/openshift/docker/build.sh
+++ b/openshift/docker/build.sh
@@ -51,10 +51,10 @@ make install
pip freeze > /tmp/pip.txt
pip uninstall -y -r /tmp/pip.txt
rm /tmp/pip.txt
-find /usr/local -depth \
- \( \
- \( -type d -a \( -name test -o -name tests \) \) \
- -o \
- \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
- \) -exec rm -r '{}' + \;
+# find /usr/local -depth \
+# \( \
+# \( -type d -a \( -name test -o -name tests \) \) \
+# -o \
+# \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
+# \) -exec rm -r '{}' + \;
rm -r /usr/src/xapian-core /usr/src/xapian-bindings
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]