Skip to content

Commit

Permalink
Merge pull request #7211 from ministryofjustice/issue7023-nuke-rebuild
Browse files Browse the repository at this point in the history
Replace nuke "exclude" with "rebuild" for sandbox development environments
  • Loading branch information
Khatraf authored Jun 11, 2024
2 parents b0a6163 + b5269ee commit bf28951
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environments/corporate-staff-rostering.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"github_slug": "studio-webops",
"level": "sandbox",
"nuke": "exclude"
"nuke": "rebuild"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion environments/electronic-monitoring-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"github_slug": "hmpps-electronic-monitoring-data-store",
"level": "sandbox",
"nuke": "exclude"
"nuke": "rebuild"
},
{
"github_slug": "hmpps-electronic-monitoring-data-store",
Expand Down
2 changes: 1 addition & 1 deletion environments/oasys.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"github_slug": "studio-webops",
"level": "sandbox",
"nuke": "exclude",
"nuke": "rebuild",
"github_action_reviewer": "true"
}
]
Expand Down
2 changes: 1 addition & 1 deletion environments/planetfm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"github_slug": "studio-webops",
"level": "sandbox",
"nuke": "exclude"
"nuke": "rebuild"
}
]
},
Expand Down

0 comments on commit bf28951

Please sign in to comment.