Skip to content

Commit

Permalink
stop component builder falling over versions that already exist
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Feb 12, 2024
1 parent ab5628e commit 54568f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commonimages/components/templates/powershell_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ schemaVersion: 1.0
parameters:
- Version:
type: string
default: 0.1.0
default: 1.0.0
description: Component version (update this each time the file changes)
- Platform:
type: string
Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/windows_server_2022/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
components_common = [
{
name = "powershell_core"
version = "0.1.0"
version = "1.0.0"
parameters = []
},
{
Expand Down

0 comments on commit 54568f4

Please sign in to comment.