Skip to content

Commit

Permalink
Add release-flavors repo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jan 13, 2025
1 parent c8793c2 commit 4807654
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,31 @@ env:
VYOS_MIRROR: https://packages.vyos.net/repositories/current/

jobs:


_repo_test:
runs-on: ubuntu-24.04
steps:
- name: Checkout this repository
uses: actions/checkout@v2
with:
repository: vyos/vyos-build
path: vyos-build

- name: Checkout other repository
uses: actions/checkout@v2
with:
repository: VyOS-Networks/release-flavors
token: ${{ secrets.PAT }}
path: release-flavors

- name: List files in private repository
run: ls -al



build_iso:
needs: build_iso
runs-on: ubuntu-24.04
permissions:
contents: write
Expand Down

0 comments on commit 4807654

Please sign in to comment.