diff options
author | Christian Breunig <christian@breunig.cc> | 2024-10-04 13:43:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 13:43:21 +0200 |
commit | a60cd03068db703d71988788d5486ac22b028d0a (patch) | |
tree | 7cfa778cd39e15f0fcefc62849f403d578a73c59 | |
parent | a175bd6518cc27376eb179115d69ce42f0c5f69a (diff) | |
parent | 431a78cad78fb2cb4188c82dc878041b9778b4a7 (diff) | |
download | vyos-1x-a60cd03068db703d71988788d5486ac22b028d0a.tar.gz vyos-1x-a60cd03068db703d71988788d5486ac22b028d0a.zip |
Merge pull request #4119 from sever-sever/T6755
T6755: Change vyos mirror URL for smoketest
-rw-r--r-- | .github/workflows/package-smoketest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 289ad70f3..3595bcf0e 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -17,7 +17,7 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed for PR comments BUILD_BY: autobuild@vyos.net DEBIAN_MIRROR: http://deb.debian.org/debian/ - VYOS_MIRROR: https://rolling-packages.vyos.net/current/ + VYOS_MIRROR: https://packages.vyos.net/repositories/current/ jobs: build_iso: |