Skip to content

Commit

Permalink
Merge pull request #4220 from sever-sever/T6923
Browse files Browse the repository at this point in the history
T6923: Add debian-security-mirror for package-smoketests
  • Loading branch information
dmbaturin authored Dec 4, 2024
2 parents 03a664a + 01eb2ac commit 6dd7bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed for PR comments
BUILD_BY: autobuild@vyos.net
DEBIAN_MIRROR: http://deb.debian.org/debian/
DEBIAN_SECURITY_MIRROR: http://deb.debian.org/debian-security
VYOS_MIRROR: https://packages.vyos.net/repositories/current/

jobs:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
--build-type release \
--custom-package vyos-1x-smoketest \
--debian-mirror $DEBIAN_MIRROR \
--debian-security-mirror $DEBIAN_SECURITY_MIRROR \
--version ${{ steps.version.outputs.build_version }} \
--vyos-mirror $VYOS_MIRROR \
generic
Expand Down

0 comments on commit 6dd7bef

Please sign in to comment.