Skip to content

Commit

Permalink
chore: remove libs before compiling the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
abc3 committed Aug 23, 2024
1 parent a5a42e6 commit 17ffea3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
${{ runner.os }}-mix-
- name: Clean up old release(s)
run: |
rm -rf ./_build/${{ env.MIX_ENV }}/lib/opentelemetry_api
rm -rf ./_build/${{ env.MIX_ENV }}/lib/supavisor
rm -rf ./_build/${{ env.MIX_ENV }}/lib/*
rm ./_build/${{ env.MIX_ENV }}/rel/supavisor/releases/COOKIE
rm ./_build/${{ env.MIX_ENV }}/supavisor-${{ env.RELEASE_FROM }}.tar.gz
- name: Install dependencies
Expand Down

0 comments on commit 17ffea3

Please sign in to comment.