Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit e767b43

Browse files
authored
Merge pull request #25 from medienagent-user/master
sed on mac needs -e
2 parents ac81987 + af72ff0 commit e767b43

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

install.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ project_files:
1717
post_install_actions:
1818
- |
1919
#ddev-description: Change the redis dump filename
20-
#
21-
sed -i "s/REPLACE_ME/${DDEV_SITENAME}/g" redis/snapshots.conf
20+
docker run -e DDEV_SITENAME -v "$(pwd)"/redis:/redis -i --rm ddev/ddev-utilities bash -c "sed -i 's/REPLACE_ME/$DDEV_SITENAME/g' /redis/snapshots.conf"

tests/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ teardown() {
8484
@test "install from release" {
8585
set -eu -o pipefail
8686
cd "$TEST_DIR" || ( printf "unable to cd to "$TEST_DIR"\n" && exit 1 )
87-
echo "# ddev get oblakstudio/ddev-redis with project "$PROJECT" in "$TEST_DIR"" >&3
88-
health_checks "oblakstudio/ddev-redis-7"
87+
echo "# ddev get ddev/ddev-redis with project "$PROJECT" in "$TEST_DIR"" >&3
88+
health_checks "ddev/ddev-redis-7"
8989
}
9090

0 commit comments

Comments
 (0)