Skip to content

Commit

Permalink
Custom run number to take flat value
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Apr 4, 2023
1 parent 54dfc82 commit dfcb523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/configs/frontend/development/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "runNumber",
"order": 2,
"type": "standard",
"type": "custom",
"enabled": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/production/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "runNumber",
"order": 2,
"type": "standard",
"type": "custom",
"enabled": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/qa/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "runNumber",
"order": 2,
"type": "standard",
"type": "custom",
"enabled": true
},
{
Expand Down

0 comments on commit dfcb523

Please sign in to comment.