Skip to content

Commit

Permalink
Remove cleanup used for permanent servers
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Nov 27, 2024
1 parent 6168a11 commit b653b3c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,8 @@ jobs:
path: |
${{ matrix.chain }}-runtime.compact.compressed.wasm
${{ matrix.chain }}-srtool-digest.json
- name: Cleanup
run: |
echo "Removing runtime/${{ matrix.chain }}/target"
ls -lna runtime/${{ matrix.chain }}/target
# Removing using docker root to ensure we have permissions
docker run -u 0 -v $(pwd)/runtime/${{ matrix.chain }}/:/runtime \
-it --entrypoint bash ${{ matrix.srtool_image }}:${{ matrix.srtool_image_tag }} -c "id; ls -lna /runtime/target; rm -rf /runtime/target"
####### Prepare the release draft #######

publish-draft-release:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit b653b3c

Please sign in to comment.