Skip to content

Commit

Permalink
[#1206] Updated references to 'scaffold'.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 15, 2024
1 parent 543f8b5 commit ebfe514
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ aliases:
# Specify the correct repository to prevent the bot from accessing all
# repositories available via $RENOVATE_TOKEN.
#;< DREVOPS_DEV
- &renovatebot_repository 'drevops/drevops-destination'
- &renovatebot_repository 'drevops/scaffold-destination'
#;> DREVOPS_DEV
##### - &renovatebot_repository 'your_org/your_site'
# The schedule to run RenovateBot on. Defaults to running twice a day.
Expand Down
4 changes: 2 additions & 2 deletions .drevops/docs/content/contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ your willingness to assist!

We're constantly eager to address any issues, so your reports are always
appreciated. However, we kindly ask you to first check if your problem has
already been reported in the [issue queue](https://github.com/drevops/drevops/issues).
already been reported in the [issue queue](https://github.com/drevops/scaffold/issues).

## I want to suggest a feature or an idea

Fantastic! Please [submit your idea](https://github.com/drevops/drevops/issues)
Fantastic! Please [submit your idea](https://github.com/drevops/scaffold/issues)
and we'll gladly review it. While we can't promise every suggestion will be
implemented, we are always keen to hear innovative ideas for enhancing DrevOps.

Expand Down
2 changes: 1 addition & 1 deletion .drevops/docs/content/contributing/maintenance/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ AHOY_CONFIRM_RESPONSE=1 ahoy build
ahoy export-db
```
4. Make sure that exported DB does not have data in `cache_*` and `watchdog` tables.
5. Upload DB to https://github.com/drevops/drevops/wiki as a test file (`db.distN.sql`).
5. Upload DB to https://github.com/drevops/scaffold/wiki as a test file (`db.distN.sql`).
6. Update references in code from `db.demo.sql` to `db.distN.sql`.
7. Run CI build.
8. Revert updated references to `db.demo.sql`.
Expand Down
4 changes: 2 additions & 2 deletions .drevops/docs/content/introduction/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ but you do not have to use it.
Yes, you can change anything you want. DrevOps is a project template, which
means that you can disable/remove certain features.

Feel free to [open an issue](https://github.com/drevops/drevops/issues) to
Feel free to [open an issue](https://github.com/drevops/scaffold/issues) to
discuss any of the decisions made in DrevOps.

## I do not need all these features? It looks like an overkill.
Expand All @@ -72,7 +72,7 @@ to stay in order to make tools talk to each other.

There could be some cases when it is unreasonably opinionated - we consider this
as a bug and would be happy to fix it. Please provide your feedback in the
[issue queue](https://github.com/drevops/drevops/issues).
[issue queue](https://github.com/drevops/scaffold/issues).

## How easy is it to upgrade DrevOps?

Expand Down
2 changes: 1 addition & 1 deletion .drevops/docs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
dockerfile: ./.utils/Dockerfile
environment:
LAGOON_LOCALDEV_HTTP_PORT: 8080
DREVOPS_LOCALDEV_URL: drevops-docs.docker.amazee.io:8080
DREVOPS_LOCALDEV_URL: scaffold-docs.docker.amazee.io:8080
networks:
- amazeeio-network
- default
Expand Down
8 changes: 4 additions & 4 deletions .drevops/docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ site_description: Documentation for DrevOps Drupal project template
site_url: https://docs.drevops.com

# Repository
repo_name: drevops/drevops
repo_url: https://github.com/drevops/drevops
repo_name: drevops/scaffold
repo_url: https://github.com/drevops/scaffold
edit_uri: edit/main/.drevops/docs/content
# Copyright
copyright: 'Copyright &copy;2023 DrevOps<sup>&reg;</sup><br/><strong><a href="https://drupal.org">Drupal</a></strong> is a registered trademark of <a href="http://buytaert.net/">Dries Buytaert</a>'
Expand Down Expand Up @@ -88,7 +88,7 @@ plugins:
patterns:
- rel_to_abs: # Pattern name, can be anything
oldvalue: "../../../../"
newvalue: "https://github.com/drevops/drevops/tree/main/"
newvalue: "https://github.com/drevops/scaffold/tree/main/"
- redirects:
redirect_maps:
'variables.md': 'workflows/variables.md'
Expand All @@ -99,7 +99,7 @@ plugins:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/drevops/drevops
link: https://github.com/drevops/scaffold
- icon: fontawesome/regular/envelope
link: mailto:[email protected]
analytics:
Expand Down
6 changes: 3 additions & 3 deletions .drevops/tests/bats/_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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://github.com/drevops/drevops/releases/download/1.18.0/db_d10.test.sql
export DREVOPS_INSTALL_DEMO_DB_TEST=https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.test.sql

##
## Phase 5: SUT files setup.
Expand Down Expand Up @@ -253,7 +253,7 @@ assert_files_present_common() {

# Assert that DrevOps version was replaced.
assert_file_contains "README.md" "badge/DrevOps-${DREVOPS_VERSION:-develop}-blue.svg"
assert_file_contains "README.md" "https://github.com/drevops/drevops/tree/${DREVOPS_VERSION:-develop}"
assert_file_contains "README.md" "https://github.com/drevops/scaffold/tree/${DREVOPS_VERSION:-develop}"
assert_file_not_contains "README.md" "The following list includes"
assert_file_not_exists "README.dist.md"

Expand Down Expand Up @@ -905,7 +905,7 @@ Drupal 10 implementation of ${name} for ${org}
[//]: # (DO NOT REMOVE THE BADGE BELOW. IT IS USED BY DREVOPS TO TRACK INTEGRATION)
[![DrevOps](https://img.shields.io/badge/DrevOps-DREVOPS_VERSION_URLENCODED-blue.svg)](https://github.com/drevops/drevops/tree/DREVOPS_VERSION)
[![DrevOps](https://img.shields.io/badge/DrevOps-DREVOPS_VERSION_URLENCODED-blue.svg)](https://github.com/drevops/scaffold/tree/DREVOPS_VERSION)
some other text
EOT
Expand Down
14 changes: 7 additions & 7 deletions .drevops/tests/bats/fixtures/docker-compose.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -99,7 +99,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -172,7 +172,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -254,7 +254,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -333,7 +333,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -422,7 +422,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -521,7 +521,7 @@
"DREVOPS_ACQUIA_APP_NAME": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down
14 changes: 7 additions & 7 deletions .drevops/tests/bats/fixtures/docker-compose.env_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down Expand Up @@ -112,7 +112,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down Expand Up @@ -194,7 +194,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down Expand Up @@ -285,7 +285,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down Expand Up @@ -373,7 +373,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down Expand Up @@ -471,7 +471,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down Expand Up @@ -579,7 +579,7 @@
"DREVOPS_ACQUIA_SECRET": "",
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FORCE": "1",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
Expand Down
14 changes: 7 additions & 7 deletions .drevops/tests/bats/fixtures/docker-compose.env_mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -103,7 +103,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -178,7 +178,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -262,7 +262,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -343,7 +343,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -434,7 +434,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down Expand Up @@ -535,7 +535,7 @@
"DREVOPS_DB_DIR": "./.data",
"DREVOPS_DB_DOCKER_IMAGE": "myorg/my_db_image",
"DREVOPS_DB_DOWNLOAD_ACQUIA_DB_NAME": "your_site",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/drevops/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_CURL_URL": "https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql",
"DREVOPS_DB_DOWNLOAD_ENVIRONMENT": "prod",
"DREVOPS_DB_DOWNLOAD_FTP_FILE": "db.sql",
"DREVOPS_DB_DOWNLOAD_FTP_HOST": "",
Expand Down
2 changes: 1 addition & 1 deletion .drevops/tests/bats/install.initial.bats
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ load _helper.bash
run_install_quiet

# Assert that DrevOps version was replaced.
assert_file_contains "README.md" "https://github.com/drevops/drevops/tree/1.2.3"
assert_file_contains "README.md" "https://github.com/drevops/scaffold/tree/1.2.3"
assert_file_contains "README.md" "badge/DrevOps-1.2.3-blue.svg"
}

Expand Down
6 changes: 3 additions & 3 deletions .drevops/tests/bats/workflow.utilities.bats
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ load _helper.workflow.bash

export GITHUB_TOKEN="${TEST_GITHUB_TOKEN}"

# Use "drevops/drevops-destination" as an example GitHub project.
run ahoy github-labels drevops/drevops-destination
# Use "drevops/scaffold-destination" as an example GitHub project.
run ahoy github-labels drevops/scaffold-destination
assert_success
assert_output_not_contains "ERROR"

run curl https://github.com/drevops/drevops-destination/labels
run curl https://github.com/drevops/scaffold-destination/labels

assert_output_contains ">AUTOMERGE<"
assert_output_contains "Pull request has been approved and set to automerge"
Expand Down
2 changes: 1 addition & 1 deletion .drevops/tests/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "drevops/drevops-tests",
"name": "drevops/scaffold-tests",
"description": "Tests for DrevOps",
"type": "project",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions .drevops/tests/test.workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ case ${index} in
2)
bats "${TEST_DIR}"/bats/workflow.utilities.bats
# Disabled due to intermittent failures.
# @see https://github.com/drevops/drevops/issues/893
# @see https://github.com/drevops/scaffold/issues/893
# bats "${TEST_DIR}"/bats/workflow.storage.image_cached.bats
bats "${TEST_DIR}"/bats/workflow.storage.image.bats
;;
Expand All @@ -62,7 +62,7 @@ case ${index} in
bats "${TEST_DIR}"/bats/workflow.install.bats
bats "${TEST_DIR}"/bats/workflow.storage.image.bats
# Disabled due to intermittent failures.
# @see https://github.com/drevops/drevops/issues/893
# @see https://github.com/drevops/scaffold/issues/893
# bats "${TEST_DIR}"/bats/workflow.storage.image_cached.bats
bats "${TEST_DIR}"/bats/workflow.storage.curl.bats
bats "${TEST_DIR}"/bats/workflow.utilities.bats
Expand Down
Loading

0 comments on commit ebfe514

Please sign in to comment.