Skip to content

Commit

Permalink
Replaced Wiki assets with release assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 15, 2024
1 parent 3419ef7 commit 8c853df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drevops/tests/bats/_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ DREVOPS_NOTIFY_EMAIL_RECIPIENTS="[email protected]"
#;< !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
Expand Down

0 comments on commit 8c853df

Please sign in to comment.