Skip to content

Commit 7e01cd8

Browse files
authored
🚚 move to ddev domain (#19)
1 parent fabd53a commit 7e01cd8

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919
shell: bash
2020

2121
env:
22-
NIGHTLY_DDEV_PR_URL: "https://nightly.link/drud/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
22+
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
2323
# Allow ddev get to use a github token to prevent rate limiting by tests
2424
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525

@@ -53,15 +53,15 @@ jobs:
5353
5454
- name: Use ddev stable
5555
if: matrix.ddev_version == 'stable'
56-
run: brew install drud/ddev/ddev
56+
run: brew install ddev/ddev/ddev
5757

5858
- name: Use ddev edge
5959
if: matrix.ddev_version == 'edge'
60-
run: brew install drud/ddev-edge/ddev
60+
run: brew install ddev/ddev-edge/ddev
6161

6262
- name: Use ddev HEAD
6363
if: matrix.ddev_version == 'HEAD'
64-
run: brew install --HEAD drud/ddev/ddev
64+
run: brew install --HEAD ddev/ddev/ddev
6565

6666
- name: Use ddev PR
6767
if: matrix.ddev_version == 'PR'
@@ -71,7 +71,7 @@ jobs:
7171
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
7272
7373
- name: Download docker images
74-
run: |
74+
run: |
7575
mkdir junk && pushd junk && ddev config --auto && ddev debug download-images >/dev/null
7676
docker pull memcached:1.6 >/dev/null
7777
- name: tmate debugging session
@@ -109,5 +109,3 @@ jobs:
109109
# GitHub from turning off tests after 60 days
110110
- uses: gautamkrishnar/keepalive-workflow@v1
111111
if: matrix.ddev_version == 'stable'
112-
113-

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
[![tests](https://github.com/drud/ddev-selenium-standalone-chrome/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-addon-template/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
1+
[![tests](https://github.com/ddev/ddev-selenium-standalone-chrome/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
22

33
## Introduction
44

55
This service can be used with any project type. The examples below are Drupal-specific. Contributions for docs and tests that show this service working with other project types are appreciated.
66

77
## Install/Update
88

9-
1. `ddev get drud/ddev-selenium-standalone-chrome`
9+
1. `ddev get ddev/ddev-selenium-standalone-chrome`
1010
2. Optional. Update the provided .ddev/config.selenium-standalone-chrome.yaml as you see fit(and remove the #ddev-generated line). You can also just override lines in your .ddev/config.yaml
1111
3. Optional. Check config.selenium-standalone-chrome.yaml and docker-compose.selenium-chrome.yaml into your source control.
12-
4. Update by re-running `ddev get drud/ddev-selenium-standalone-chrome`.
12+
4. Update by re-running `ddev get ddev/ddev-selenium-standalone-chrome`.
1313

1414
## Use
1515

@@ -28,7 +28,7 @@ This service can be used with any project type. The examples below are Drupal-sp
2828

2929
## Contribute
3030

31-
- Anyone is welcome to submit a PR to this repo. See README.md at https://github.com/drud/ddev-addon-template, the parent of this repo.
31+
- Anyone is welcome to submit a PR to this repo. See README.md at https://github.com/ddev/ddev-addon-template, the parent of this repo.
3232

3333
## Maintainer
3434

config.selenium-standalone-chrome.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ddev-generated
22
# Remove the line above if you don't want this file to be overwritten when you run
3-
# ddev get drud/ddev-selenium-standalone-chrome
3+
# ddev get ddev/ddev-selenium-standalone-chrome
44
#
5-
# This file comes from https://github.com/drud/ddev-selenium-standalone-chrome
5+
# This file comes from https://github.com/ddev/ddev-selenium-standalone-chrome
66
#
77
web_environment:
88
- BROWSERTEST_OUTPUT_DIRECTORY=/tmp

docker-compose.selenium-chrome.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ddev-generated
22
# Remove the line above if you don't want this file to be overwritten when you run
3-
# ddev get drud/ddev-selenium-standalone-chrome
3+
# ddev get ddev/ddev-selenium-standalone-chrome
44
#
5-
# This file comes from https://github.com/drud/ddev-selenium-standalone-chrome
5+
# This file comes from https://github.com/ddev/ddev-selenium-standalone-chrome
66
#
77
version: '3.6'
88
services:
@@ -30,4 +30,4 @@ services:
3030

3131
web:
3232
links:
33-
- selenium-chrome
33+
- selenium-chrome

0 commit comments

Comments
 (0)