Skip to content

Commit

Permalink
feat(apko): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Mar 4, 2024
1 parent 8759ee7 commit 277cdaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
- name: Populate workspace
shell: bash
run: |
shopt -s dotglob && tmp="$(mktemp -d)" \
&& mv ${{ inputs.variant }}/* ${tmp}/ \
&& echo ".github/" >> .melangeignore && tree -a . \
echo ".github/" >> .melangeignore && tree -a . \
&& sudo rm -rf /work && sudo mkdir /work
- name: Setup QEMU
Expand Down

0 comments on commit 277cdaa

Please sign in to comment.