Skip to content

Commit

Permalink
Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 20, 2024
1 parent d39ad10 commit 47d0a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,12 @@ jobs:
target:
- "x86_64"
package_test_scripts_path: pkg/test-scripts/test-mytest-successor.sh
package_test_scripts_path: successor/pkg/test-scripts/test-successor.sh

deb_apt_key_url: 'https://raw.githubusercontent.com/NLnetLabs/ploutos-testing/main/repo/apt-key.asc'
deb_apt_source: 'deb https://raw.githubusercontent.com/NLnetLabs/ploutos-testing/main/repo/linux/${OS_NAME}/ ${OS_REL} main'

rpm_scriptlets_path: pkg/rpm/scriptlets-successor.toml
rpm_scriptlets_path: successor/pkg/rpm/scriptlets-successor.toml
rpm_yum_key_url: 'https://raw.githubusercontent.com/NLnetLabs/ploutos-testing/main/repo/yum-key.asc'
rpm_yum_repo: |
[nlnetlabs]
Expand Down

0 comments on commit 47d0a8c

Please sign in to comment.