Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 22, 2024
1 parent 721180e commit 9977ca4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions plugins/contrib/patches/30-janitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ module.exports = (manifests, options, { config, utils }) => {
}

const {
permanentDevEnvironmentBranches = [
"master",
"main",
"dev",
"develop",
...persistPatterns,
],
permanentDevEnvironmentBranches = [...persistPatterns],
mode = "expires", // expire or ttl
ttl = "7d",
resetLastPeriod = true,
Expand Down

0 comments on commit 9977ca4

Please sign in to comment.