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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 06dcbd39e ninja-fix site-content/docker-entrypoint.sh pushd line change
06dcbd39e is described below

commit 06dcbd39e9aaa4b1ec8aa4847a513147137e4bd9
Author: mck <[email protected]>
AuthorDate: Mon Feb 24 15:48:20 2025 +0100

    ninja-fix site-content/docker-entrypoint.sh pushd line change
---
 site-content/docker-entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site-content/docker-entrypoint.sh 
b/site-content/docker-entrypoint.sh
index 525fad9b1..429aa51f1 100755
--- a/site-content/docker-entrypoint.sh
+++ b/site-content/docker-entrypoint.sh
@@ -113,8 +113,8 @@ generate_cassandra_versioned_docs() {
       git add .
       git commit -m "Automated commit: Generated nodetool and configuration 
documentation for version ${doc_version}." || log_message "INFO" "No new 
changes to commit."
     fi
-    popd > /dev/null
   done
+  popd > /dev/null
 }
 
 string_to_json() {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to