Skip to content

Commit

Permalink
fix: stay with old layout
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 78c1243 commit db7f707
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
suites=(
"bookworm-test"
"amlogic-bookworm-test"
"rockchip-bookworm-test"
)
pushd .infra-repo
Expand All @@ -76,9 +78,9 @@ jobs:
fi
../src/bin/rsdk infra-pkg-snapshot
../src/bin/rsdk infra-pkg-download --no-default-distro "${suites[@]}"
../src/bin/rsdk infra-repo-sync --origin "${suites[0]}" --label "${suites[0]}" "${suites[@]}"
export RSDK_REPO_ORIGIN="${suites[0]}"
../src/bin/rsdk infra-pkg-download "${suites[@]}"
../src/bin/rsdk infra-repo-sync "${suites[@]}"
export RSDK_REPO_ORIGIN="$(../src/bin/rsdk config infra.repository.origin)"
git add pkgs.json
pushd "$HOME/.aptly/public/$RSDK_REPO_ORIGIN/"
Expand Down

0 comments on commit db7f707

Please sign in to comment.