Skip to content

Commit

Permalink
Merge pull request #19286 from cockroachdb/test/algolia-time
Browse files Browse the repository at this point in the history
Re-enable Algolia indexing
  • Loading branch information
ebembi-crdb authored Jan 10, 2025
2 parents cbb3fcc + b26c420 commit 443ca28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/current/netlify/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ fi

# Run Algolia if building main
if [ "$CONTEXT" == "production" ]; then
echo "Temporarily skipping the Algolia index build"
# echo "Building Algolia index..."
# ALGOLIA_API_KEY=${PROD_ALGOLIA_API_KEY} bundle exec jekyll algolia --config _config_base.yml,_config_url.yml --builds-config _config_cockroachdb.yml
#echo "Temporarily skipping the Algolia index build"
echo "Building Algolia index..."
ALGOLIA_API_KEY=${PROD_ALGOLIA_API_KEY} bundle exec jekyll algolia --config _config_base.yml,_config_url.yml --builds-config _config_cockroachdb.yml
else
echo "Not building Algolia index for context $CONTEXT"
fi
Expand Down
2 changes: 1 addition & 1 deletion src/current/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,4 +601,4 @@ All binaries available on this page released on or after the day 24.3.0 is relea

All binaries available on this page released prior to the release date of 24.3.0 are variously licensed under the Business Source License 1.1 (BSL), the CockroachDB Community License (CCL), and other licenses specified in the source code.

To review the CCL, refer to the [CockroachDB Community License](https://www.cockroachlabs.com/cockroachdb-community-license) page. You can find the applicable Business Source License or third party licenses by reviewing these in the `licenses` folder for the applicable version of CockroachDB in the GitHub repository [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach). See individual files for details.
To review the CCL, refer to the [CockroachDB Community License](https://www.cockroachlabs.com/cockroachdb-community-license) page. You can find the applicable Business Source License or third party licenses by reviewing these in the `licenses` folder for the applicable version of CockroachDB in the GitHub repository [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach). See individual files for details.

0 comments on commit 443ca28

Please sign in to comment.