Skip to content

Commit

Permalink
Make workshop public
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed May 16, 2024
1 parent f49d0d8 commit f2b7b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ search = WSVERSION={current_version}
replace = WSVERSION={new_version}

[bumpversion:file:workshop/aws/ec2/terraform.tfvars.template]
search = wsversion = "{current_version}"
replace = wsversion = "{new_version}"
search = default = "{current_version}"
replace = default = "{new_version}"

[bumpversion:file:deprecated/multipass/terraform.tfvars.template]
replace = wsversion = "{new_version}"
search = wsversion = "{current_version}"
search = default = "{current_version}"
replace = default = "{new_version}"

[bumpversion:file:deprecated/multipass/main.tf]
search = default = "{current_version}"
Expand Down
1 change: 0 additions & 1 deletion content/en/conf24/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: .conf24 Workshops
menuPost: " <i class='fa fa-user-ninja'></i>"
weight: 20
draft: true
---

{{% children containerstyle="ul" style="li" depth="1" description="true" %}}

0 comments on commit f2b7b83

Please sign in to comment.