ci: Add env variable Appsmith_Auditlog_Enabled to CI (#17539)
Add env appsmith_auditlog_enabled to CI
This commit is contained in:
parent
31d7077da2
commit
586d06a22f
|
|
@ -208,6 +208,7 @@ jobs:
|
|||
cd fatcontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_AUDITLOG_ENABLED=true \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
fatcontainer
|
||||
|
||||
|
|
@ -561,6 +562,7 @@ jobs:
|
|||
APPSMITH_CLOUD_SERVICES_USERNAME: ""
|
||||
APPSMITH_CLOUD_SERVICES_PASSWORD: ""
|
||||
APPSMITH_GIT_ROOT: "./container-volumes/git-storage"
|
||||
APPSMITH_AUDITLOG_ENABLED: true
|
||||
run: |
|
||||
ls -l
|
||||
ls -l scripts/
|
||||
|
|
|
|||
1
.github/workflows/server-build.yml
vendored
1
.github/workflows/server-build.yml
vendored
|
|
@ -130,6 +130,7 @@ jobs:
|
|||
APPSMITH_ENCRYPTION_PASSWORD: "password"
|
||||
APPSMITH_ENCRYPTION_SALT: "salt"
|
||||
APPSMITH_IS_SELF_HOSTED: false
|
||||
APPSMITH_AUDITLOG_ENABLED: true
|
||||
run: |
|
||||
mvn --batch-mode versions:set \
|
||||
-DnewVersion=${{ steps.vars.outputs.version }} \
|
||||
|
|
|
|||
|
|
@ -269,6 +269,7 @@ jobs:
|
|||
APPSMITH_ENCRYPTION_SALT: "salt"
|
||||
APPSMITH_IS_SELF_HOSTED: false
|
||||
APPSMITH_GIT_ROOT: "./container-volumes/git-storage"
|
||||
APPSMITH_AUDITLOG_ENABLED: true
|
||||
working-directory: app/server
|
||||
run: |
|
||||
mvn --batch-mode versions:set \
|
||||
|
|
@ -512,6 +513,7 @@ jobs:
|
|||
APPSMITH_CLOUD_SERVICES_USERNAME: ""
|
||||
APPSMITH_CLOUD_SERVICES_PASSWORD: ""
|
||||
APPSMITH_GIT_ROOT: "./container-volumes/git-storage"
|
||||
APPSMITH_AUDITLOG_ENABLED: true
|
||||
run: |
|
||||
ls -l
|
||||
ls -l scripts/
|
||||
|
|
@ -786,6 +788,7 @@ jobs:
|
|||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
-v "$PWD/stacks:/appsmith-stacks" -e APPSMITH_LICENSE_KEY=$APPSMITH_LICENSE_KEY \
|
||||
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
|
||||
-e APPSMITH_AUDITLOG_ENABLED=true \
|
||||
fatcontainer
|
||||
|
||||
- name: Use Node.js 16.14.0
|
||||
|
|
@ -1176,6 +1179,7 @@ jobs:
|
|||
APPSMITH_CLOUD_SERVICES_USERNAME: ""
|
||||
APPSMITH_CLOUD_SERVICES_PASSWORD: ""
|
||||
APPSMITH_GIT_ROOT: "./container-volumes/git-storage"
|
||||
APPSMITH_AUDITLOG_ENABLED: true
|
||||
run: |
|
||||
ls -l
|
||||
ls -l scripts/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user