Added example value for cs domain on client (#4443)

This commit is contained in:
Nidhi 2021-05-12 14:48:13 +05:30 committed by GitHub
parent cc36bdc051
commit b514759ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,4 +57,4 @@ APPSMITH_MAIL_SMTP_TLS_ENABLED=
#APPSMITH_SENTRY_ENVIRONMENT=
# Configure cloud services
# APPSMITH_CLOUD_SERVICES_BASE_URL
# APPSMITH_CLOUD_SERVICES_BASE_URL="https://release-cs.appsmith.com"

View File

@ -297,7 +297,7 @@ jobs:
- name: Return status for ui-matrix
run: |
if [[${{ needs.ui-test.result }} == "success" ]]; then
if [["${{ needs.ui-test.result }}" == "success" ]]; then
exit 0
else
exit 1