commit
3ca20f158c
|
@ -122,7 +122,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -221,7 +221,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -323,7 +323,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -409,7 +409,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-darwin-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-darwin-amd64
|
||||||
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -555,7 +555,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
||||||
choco install -y kubernetes-cli
|
choco install -y kubernetes-cli
|
||||||
choco install -y jq
|
choco install -y jq
|
||||||
choco install -y caffeine
|
choco install -y caffeine
|
||||||
|
@ -693,7 +693,7 @@ jobs:
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = "SilentlyContinue"
|
$ErrorActionPreference = "SilentlyContinue"
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
||||||
choco install -y kubernetes-cli
|
choco install -y kubernetes-cli
|
||||||
choco install -y jq
|
choco install -y jq
|
||||||
choco install -y caffeine
|
choco install -y caffeine
|
||||||
|
@ -798,7 +798,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -898,7 +898,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-arm64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-arm64
|
||||||
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
|
||||||
|
|
||||||
- name: Docker Info
|
- name: Docker Info
|
||||||
|
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -218,7 +218,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -320,7 +320,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -406,7 +406,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-darwin-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-darwin-amd64
|
||||||
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -552,7 +552,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
||||||
choco install -y kubernetes-cli
|
choco install -y kubernetes-cli
|
||||||
choco install -y jq
|
choco install -y jq
|
||||||
choco install -y caffeine
|
choco install -y caffeine
|
||||||
|
@ -690,7 +690,7 @@ jobs:
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = "SilentlyContinue"
|
$ErrorActionPreference = "SilentlyContinue"
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
||||||
choco install -y kubernetes-cli
|
choco install -y kubernetes-cli
|
||||||
choco install -y jq
|
choco install -y jq
|
||||||
choco install -y caffeine
|
choco install -y caffeine
|
||||||
|
@ -795,7 +795,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -895,7 +895,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-arm64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-arm64
|
||||||
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
|
||||||
|
|
||||||
- name: Docker Info
|
- name: Docker Info
|
||||||
|
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
@ -154,7 +154,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-arm64
|
||||||
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
@ -267,7 +267,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -349,7 +349,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-darwin-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-darwin-amd64
|
||||||
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -461,7 +461,7 @@ jobs:
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -545,7 +545,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-darwin-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-darwin-amd64
|
||||||
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -652,7 +652,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-linux-amd64
|
||||||
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -734,7 +734,7 @@ jobs:
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-darwin-amd64
|
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-darwin-amd64
|
||||||
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
@ -873,7 +873,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.3.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
||||||
choco install -y kubernetes-cli
|
choco install -y kubernetes-cli
|
||||||
choco install -y jq
|
choco install -y jq
|
||||||
choco install -y caffeine
|
choco install -y caffeine
|
||||||
|
@ -967,7 +967,7 @@ jobs:
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = "SilentlyContinue"
|
$ErrorActionPreference = "SilentlyContinue"
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.3.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
|
||||||
choco install -y kubernetes-cli
|
choco install -y kubernetes-cli
|
||||||
choco install -y jq
|
choco install -y jq
|
||||||
choco install -y caffeine
|
choco install -y caffeine
|
||||||
|
|
|
@ -408,7 +408,7 @@ echo ">> Installing jq"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ">> Installing gopogh"
|
echo ">> Installing gopogh"
|
||||||
curl -LO "https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-${OS_ARCH}"
|
curl -LO "https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh-${OS_ARCH}"
|
||||||
sudo install "gopogh-${OS_ARCH}" /usr/local/bin/gopogh
|
sudo install "gopogh-${OS_ARCH}" /usr/local/bin/gopogh
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
|
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\Go\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\Go\bin\gopogh.exe")
|
||||||
(New-Object Net.WebClient).DownloadFile("https://dl.k8s.io/release/v1.20.0/bin/windows/amd64/kubectl.exe", "C:\Program Files\Docker\Docker\resources\bin\kubectl.exe")
|
(New-Object Net.WebClient).DownloadFile("https://dl.k8s.io/release/v1.20.0/bin/windows/amd64/kubectl.exe", "C:\Program Files\Docker\Docker\resources\bin\kubectl.exe")
|
||||||
|
|
||||||
gsutil.cmd -m cp gs://minikube-builds/$env:MINIKUBE_LOCATION/minikube-windows-amd64.exe out/
|
gsutil.cmd -m cp gs://minikube-builds/$env:MINIKUBE_LOCATION/minikube-windows-amd64.exe out/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\Go\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\Go\bin\gopogh.exe")
|
||||||
|
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
gsutil.cmd -m cp gs://minikube-builds/$env:MINIKUBE_LOCATION/minikube-windows-amd64.exe out/
|
gsutil.cmd -m cp gs://minikube-builds/$env:MINIKUBE_LOCATION/minikube-windows-amd64.exe out/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh.exe", "C:\Go\bin\gopogh.exe")
|
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.8.0/gopogh.exe", "C:\Go\bin\gopogh.exe")
|
||||||
|
|
||||||
|
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
|
|
|
@ -43,16 +43,6 @@ const (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
schema = map[string]update.Item{
|
schema = map[string]update.Item{
|
||||||
".github/workflows/iso.yml": {
|
|
||||||
Replace: map[string]string{
|
|
||||||
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
".github/workflows/kic_image.yml": {
|
|
||||||
Replace: map[string]string{
|
|
||||||
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
".github/workflows/master.yml": {
|
".github/workflows/master.yml": {
|
||||||
Replace: map[string]string{
|
Replace: map[string]string{
|
||||||
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
||||||
|
@ -63,6 +53,26 @@ var (
|
||||||
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
".github/workflows/pr_verified.yaml": {
|
||||||
|
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": {
|
||||||
|
Replace: map[string]string{
|
||||||
|
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
||||||
|
},
|
||||||
|
},
|
||||||
"hack/jenkins/common.sh": {
|
"hack/jenkins/common.sh": {
|
||||||
Replace: map[string]string{
|
Replace: map[string]string{
|
||||||
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
|
||||||
|
|
Loading…
Reference in New Issue