Skip to content

Commit

Permalink
Merge pull request #36 from theohbrothers/refactor/simplify-variants-…
Browse files Browse the repository at this point in the history
…shared

Refactor: Simplify `$VARIANTS_SHARED`
  • Loading branch information
leojonathanoh authored Oct 30, 2022
2 parents 25ed18a + 2817371 commit b45575c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions generate/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions generate/definitions/VARIANTS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ $VARIANTS_SHARED = @{
templates = @{
'Dockerfile' = @{
common = $true
includeHeader = $false
includeFooter = $false
passes = @(
@{
variables = @{}
Expand All @@ -156,8 +154,6 @@ $VARIANTS_SHARED = @{
}
'docker-entrypoint.sh' = @{
common = $true
includeHeader = $false
includeFooter = $false
passes = @(
@{
variables = @{}
Expand All @@ -166,8 +162,6 @@ $VARIANTS_SHARED = @{
}
'docker-compose.yml' = @{
common = $true
includeHeader = $false
includeFooter = $false
passes = @(
@{
variables = @{}
Expand All @@ -176,8 +170,6 @@ $VARIANTS_SHARED = @{
}
'openvpn/client.conf' = @{
common = $true
includeHeader = $false
includeFooter = $false
passes = @(
@{
variables = @{}
Expand All @@ -186,8 +178,6 @@ $VARIANTS_SHARED = @{
}
'openvpn/server.conf' = @{
common = $true
includeHeader = $false
includeFooter = $false
passes = @(
@{
variables = @{}
Expand All @@ -196,8 +186,6 @@ $VARIANTS_SHARED = @{
}
'openvpn/firewall.sh' = @{
common = $true
includeHeader = $false
includeFooter = $false
passes = @(
@{
variables = @{}
Expand Down

0 comments on commit b45575c

Please sign in to comment.