File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 272
272
if [[ " " != " $MINING_GCS_CREDS " ]]; then
273
273
export MINING_GCS_CREDS; yq -i ' .ciExecutionServiceConfig.miningPatternConfig.gcsCreds=env(MINING_GCS_CREDS)' $CONFIG_FILE
274
274
fi
275
+
275
276
if [[ " " != " $SERVER_MAX_THREADS " ]]; then
276
277
export SERVER_MAX_THREADS; yq -i ' .server.maxThreads=env(SERVER_MAX_THREADS)' $CONFIG_FILE
277
278
fi
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ ciExecutionServiceConfig:
392
392
dockerBuildxAcrConfig :
393
393
name : github.com/drone-plugins/drone-buildx-acr@refs/tags/v1.0.0
394
394
gitnessConfig :
395
- jwtSecret : IC04LYMBf1lDP5oeY4hupxd4HJhLmN6azUku3xEbeE3SUx5G3ZYzhbiwVtK4i7AmqyU9OZkwB4v8E9qM
395
+ jwtSecret : ${GITNESS_JWT_SECRET:-" IC04LYMBf1lDP5oeY4hupxd4HJhLmN6azUku3xEbeE3SUx5G3ZYzhbiwVtK4i7AmqyU9OZkwB4v8E9qM"}
396
396
397
397
398
398
pmsSdkExecutionPoolConfig :
You can’t perform that action at this time.
0 commit comments