From 8c853df31f88ec02809cfb29e136f0bce9544a43 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 15 Feb 2024 15:32:39 +1100 Subject: [PATCH] Replaced Wiki assets with release assets. --- .drevops/tests/bats/_helper.bash | 2 +- .env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drevops/tests/bats/_helper.bash b/.drevops/tests/bats/_helper.bash index 13b195f32..3ce10dc49 100644 --- a/.drevops/tests/bats/_helper.bash +++ b/.drevops/tests/bats/_helper.bash @@ -151,7 +151,7 @@ setup() { # Demo DB is what is being downloaded when the installer runs for the first # time do demonstrate downloading from CURL and importing from the DB dump # functionality. - export DREVOPS_INSTALL_DEMO_DB_TEST=https://raw.githubusercontent.com/wiki/drevops/drevops/db_d10.test.sql.md + export DREVOPS_INSTALL_DEMO_DB_TEST=https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.test.sql ## ## Phase 5: SUT files setup. diff --git a/.env b/.env index 002210a2d..c6d8542b7 100644 --- a/.env +++ b/.env @@ -248,7 +248,7 @@ DREVOPS_NOTIFY_EMAIL_RECIPIENTS="webmaster@your-site-url.example" #;< !DREVOPS_DB_DOWNLOAD_SOURCE_DOCKER_REGISTRY # URL of the demo database used for demonstration with CURL database # dump as a type of file source. -DREVOPS_DB_DOWNLOAD_CURL_URL=https://raw.githubusercontent.com/wiki/drevops/drevops/db_d10.demo.sql.md +DREVOPS_DB_DOWNLOAD_CURL_URL=https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql #;> !DREVOPS_DB_DOWNLOAD_SOURCE_DOCKER_REGISTRY #;< DREVOPS_DB_DOCKER_IMAGE