Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Dec 15, 2023
1 parent 1623961 commit 76bcf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Rename example .env file
mv .env.example .env
sed -i "s/${MONITOR_DB_ROOT_USER:-root}:${MONITOR_DB_ROOT_PASSWORD:-root_password}/root:root_password/g" docker-compose.yml
sed -i "s/\${MONITOR_DB_ROOT_USER:-root}:\${MONITOR_DB_ROOT_PASSWORD:-root_password}/root:root_password/g" docker-compose.yml
# Remove carriage returns in file
sed -i 's/\r$//' .env
Expand Down

0 comments on commit 76bcf65

Please sign in to comment.