Skip to content

Commit 61557b1

Browse files
authored
Tidied up build scripts a bit (#154)
- nj-docker-build.yml now properly fires on changes to the packages. - Removed now-unused env template vars. - Removed out-of-date comment in nj-librechat.yaml
1 parent 564f496 commit 61557b1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/nj-docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'api/**'
1212
- 'client/**'
1313
- 'config/**'
14+
- 'packages/**'
1415
- 'nj/nj-librechat.yaml'
1516

1617
concurrency:

nj/nj-librechat.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ endpoints:
5555
guardrailVersion: '${GUARDRAIL_VERSION}'
5656
trace: "enabled"
5757

58-
# Workaround: we have to explicitly disable all agent capabilities (otherwise the agents UI won't go away)
5958
agents:
6059
capabilities:
6160
- "context"

nj/nj.env.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,3 @@ HELP_AND_FAQ_URL=/
120120
# Google Analytics #
121121
#==================#
122122
ANALYTICS_GTM_ID=$ANALYTICS_GTM_ID
123-
CSP_SCRIPT_SRC=https://*.googletagmanager.com,https://googletagmanager.com,https://www.google-analytics.com,https://*.nj.gov,https://www.google.com
124-
CSP_CONNECT_SRC=https://*.google-analytics.com,https://www.google-analytics.com,https://analytics.google.com,https://*.googletagmanager.com,https://*.nj.gov,https://www.google.com

0 commit comments

Comments
 (0)