This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch sebb-env
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git

commit 1780492e0e672a558e7c36b2191cd7e35e8e1569
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 31 15:07:49 2024 +0100

    Check BB environment
---
 .asf.yaml        | 4 ++--
 environ.sh       | 4 ++++
 pelicanconf.yaml | 3 +++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 325c506..d205207 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,10 +14,10 @@ notifications:
 pelican:
   notify:       commits@openoffice.apache.org
   autobuild:    preview/*
-  target:       asf-site
+  target:       sebb-env-site
   theme:        theme/openoffice
   minimum_page_count: 10
-  whoami:       main
+  whoami:       sebb-env
 
 staging:
   profile: ~
diff --git a/environ.sh b/environ.sh
new file mode 100644
index 0000000..9d4bf08
--- /dev/null
+++ b/environ.sh
@@ -0,0 +1,4 @@
+ls -l
+python -V
+pelican --version
+pip3 list
diff --git a/pelicanconf.yaml b/pelicanconf.yaml
index f31cc1d..4d9b87d 100644
--- a/pelicanconf.yaml
+++ b/pelicanconf.yaml
@@ -31,3 +31,6 @@ content:
     - images
     - fonts
 
+setup:
+  run:
+    - /bin/bash environ.sh

Reply via email to