chore: Supress the failure in case DB url is not found in CI (#36796)
https://theappsmith.slack.com/archives/C0134BAVDB4/p1728541176951609
This commit is contained in:
parent
4c58a98602
commit
b16aaafa51
1
.github/workflows/ci-test-custom-script.yml
vendored
1
.github/workflows/ci-test-custom-script.yml
vendored
|
|
@ -204,7 +204,6 @@ jobs:
|
|||
db_url=$(grep -oP 'APPSMITH_DB_URL=\K[^ ]+' cicontainerlocal/stacks/configuration/docker.env || echo "")
|
||||
if [[ -z "$db_url" ]]; then
|
||||
echo "::error::APPSMITH_DB_URL not found in the environment file"
|
||||
exit 1
|
||||
fi
|
||||
if [[ $db_url == "postgresql"* ]]; then
|
||||
echo "Database type: Postgres. Ensure PostgreSQL-specific configurations are in place."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user