Skip to content

Commit

Permalink
Remove pnpm-lock.yaml before bootstrap (apache#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini authored Nov 7, 2024
1 parent 806ebad commit f2cc7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osl_sync_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
[ -e "temp_ignored_items/$(basename "$item")" ] && mv -v "temp_ignored_items/$(basename "$item")" "$item"
done
rm -rf temp_ignored_items
rm -rf pnpm-lock.yaml
- name: Setup environment
uses: ./.github/actions/setup-env
Expand Down

0 comments on commit f2cc7ce

Please sign in to comment.