Skip to content

Commit

Permalink
Merge pull request #12591 from sharifelgamal/updater
Browse files Browse the repository at this point in the history
change file name for updaters
  • Loading branch information
sharifelgamal authored Sep 27, 2021
2 parents 23057fc + c28eeb3 commit e3fa0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion hack/update/golang_version/update_golang_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var (
`GO_VERSION: .*`: `GO_VERSION: '{{.StableVersion}}'`,
},
},
".github/workflows/pr_verified.yaml": {
".github/workflows/functional_verified.yml": {
Replace: map[string]string{
`GO_VERSION: .*`: `GO_VERSION: '{{.StableVersion}}'`,
},
Expand Down
14 changes: 2 additions & 12 deletions hack/update/gopogh_version/update_gopogh_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,12 @@ var (
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},
},
".github/workflows/pr_verified.yaml": {
".github/workflows/functional_verified.yml": {
Replace: map[string]string{
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},
},
"hack/jenkins/windows_integration_test_docker.ps1": {
Replace: map[string]string{
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},
},
"hack/jenkins/windows_integration_test_hyperv.ps1": {
Replace: map[string]string{
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},
},
"hack/jenkins/windows_integration_test_virtualbox.ps1": {
"hack/jenkins/common.ps1": {
Replace: map[string]string{
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},
Expand Down

0 comments on commit e3fa0fd

Please sign in to comment.