Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw committed Aug 15, 2024
1 parent 99e2371 commit a1e189c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
- name: 'Daily recipe: quilt patches apply successfully and tests run'
run: |
git checkout main
git fetch origin main
git remote add upstream https://git.launchpad.net/cloud-init
git checkout upstream/main
git fetch upstream main
git branch
git checkout ${{ github.head_ref }} -- debian
quilt push -a
tox -e py3
Expand Down

0 comments on commit a1e189c

Please sign in to comment.