Skip to content

Commit 80f4280

Browse files
committed
feat: update testing script to demo changing of passwords in .env
1 parent c3b2fb3 commit 80f4280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_demo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
cp config/config.yaml.example config/config.yaml
1717
cp config/iss.json.example config/iss.json
1818
cp .env.example .env
19+
sed -E -i 's/(_DB_PASSWORD=)([^ ]+)/\1\2New/;s/(_BROKER_PASSWORD=)([^ ]+)/\1\2New/ ' .env
1920
docker compose -f docker-compose-demo.yml up -d
2021
until [ "$(docker inspect data_loader --format='{{.State.Status}}')" = "exited" ]; do
2122
echo "waithg for data_loader to finish"

0 commit comments

Comments
 (0)