Added example value for cs domain on client (#4443)
This commit is contained in:
parent
cc36bdc051
commit
b514759ad2
|
|
@ -57,4 +57,4 @@ APPSMITH_MAIL_SMTP_TLS_ENABLED=
|
||||||
#APPSMITH_SENTRY_ENVIRONMENT=
|
#APPSMITH_SENTRY_ENVIRONMENT=
|
||||||
|
|
||||||
# Configure cloud services
|
# Configure cloud services
|
||||||
# APPSMITH_CLOUD_SERVICES_BASE_URL
|
# APPSMITH_CLOUD_SERVICES_BASE_URL="https://release-cs.appsmith.com"
|
||||||
2
.github/workflows/client-test.yml
vendored
2
.github/workflows/client-test.yml
vendored
|
|
@ -297,7 +297,7 @@ jobs:
|
||||||
|
|
||||||
- name: Return status for ui-matrix
|
- name: Return status for ui-matrix
|
||||||
run: |
|
run: |
|
||||||
if [[${{ needs.ui-test.result }} == "success" ]]; then
|
if [["${{ needs.ui-test.result }}" == "success" ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user