This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch preview/sebb-gha
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/sebb-gha by this push:
new b13d8bb Reduce noise
b13d8bb is described below
commit b13d8bbe7ac40c8b32d9759d4d9b03e522a5a668
Author: Sebb <[email protected]>
AuthorDate: Thu May 30 11:50:58 2024 +0100
Reduce noise
---
show_environ.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/show_environ.sh b/show_environ.sh
index 833f2a5..4911ec8 100644
--- a/show_environ.sh
+++ b/show_environ.sh
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
-set -x
+
echo '++++++++++++++++++++++++++++++++++++++++++++'
-export
ls -al
which -a activate
source activate
+export
pip list
python3 -m pelican --version
which -a pelican