Skip to content

Commit

Permalink
Merge pull request #1287 from ainblockchain/bugfix/platfowner/bugfix
Browse files Browse the repository at this point in the history
Set HOSTING_ENV=comcom for on-premise node jobs
  • Loading branch information
platfowner authored Jul 31, 2024
2 parents e3d8a8c + 3f9bfc6 commit 09ad606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start_node_genesis_onprem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ printf "LOG_BANDAGE_INFO=$LOG_BANDAGE_INFO\n"
# uncomment and set value when necessary
#export TIMER_FLAG_EARLY_APPLIED_BLOCK_NUMBER=124440 # summer
#printf "TIMER_FLAG_EARLY_APPLIED_BLOCK_NUMBER=$TIMER_FLAG_EARLY_APPLIED_BLOCK_NUMBER\n"
# on-premise nodes run with "comcom" hosting env
export HOSTING_ENV="comcom"
printf "HOSTING_ENV=$HOSTING_ENV\n"

if [[ "$SEASON" = "sandbox" ]]; then
MAX_OLD_SPACE_SIZE_MB=11000
Expand Down

0 comments on commit 09ad606

Please sign in to comment.