Skip to content

Commit

Permalink
Make it clear which files are templates (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 authored Jul 30, 2024
1 parent 4340159 commit 76028ac
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ repository_description = "Automatic upgrade tool for Charmed Openstack"
branch = "main"
workflow_files = {
codeowners = {
source = "./files/github/CODEOWNERS"
source = "./templates/github/CODEOWNERS.tftpl"
destination = ".github/CODEOWNERS"
variables = {}
}
promote = {
source = "./files/github/snap_promote.yaml"
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
variables = {}
}
release = {
source = "./files/github/snap_release.yaml"
source = "./templates/github/snap_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
variables = {
branch = "main"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ branch = "main"
repository_description = "A charm to setup prometheus exporter for IPMI, RedFish and RAID devices from different vendors."
workflow_files = {
codeowners = {
source = "./files/github/CODEOWNERS"
source = "./templates/github/CODEOWNERS.tftpl"
destination = ".github/CODEOWNERS"
variables = {}
}
promote = {
source = "./files/github/charm_promote.yaml"
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
variables = {}
}
release = {
source = "./files/github/charm_release.yaml"
source = "./templates/github/charm_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
variables = {
branch = "main"
Expand Down
File renamed without changes.

0 comments on commit 76028ac

Please sign in to comment.