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 272272if [[ " " != " $MINING_GCS_CREDS " ]]; then
273273 export MINING_GCS_CREDS; yq -i ' .ciExecutionServiceConfig.miningPatternConfig.gcsCreds=env(MINING_GCS_CREDS)' $CONFIG_FILE
274274fi
275+
275276if [[ " " != " $SERVER_MAX_THREADS " ]]; then
276277 export SERVER_MAX_THREADS; yq -i ' .server.maxThreads=env(SERVER_MAX_THREADS)' $CONFIG_FILE
277278fi
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ ciExecutionServiceConfig:
392392 dockerBuildxAcrConfig :
393393 name : github.com/drone-plugins/drone-buildx-acr@refs/tags/v1.0.0
394394 gitnessConfig :
395- jwtSecret : IC04LYMBf1lDP5oeY4hupxd4HJhLmN6azUku3xEbeE3SUx5G3ZYzhbiwVtK4i7AmqyU9OZkwB4v8E9qM
395+ jwtSecret : ${GITNESS_JWT_SECRET:-" IC04LYMBf1lDP5oeY4hupxd4HJhLmN6azUku3xEbeE3SUx5G3ZYzhbiwVtK4i7AmqyU9OZkwB4v8E9qM"}
396396
397397
398398pmsSdkExecutionPoolConfig :
You can’t perform that action at this time.
0 commit comments