Skip to content

Commit

Permalink
chore: Supress the failure in case DB url is not found in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abhvsn authored Oct 10, 2024
2 parents 5c7a468 + 662df2d commit 43b4737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-test-custom-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 43b4737

Please sign in to comment.