Skip to content

Commit

Permalink
Remove and replace old cleanup-node script
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 10, 2023
1 parent 257ecdd commit c66073e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
14 changes: 0 additions & 14 deletions .github/bin/cleanup-node.sh

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,7 @@ jobs:
with:
cache: restore
java-version: ${{ matrix.jdk != '' && matrix.jdk || '17' }}
- name: Cleanup node
# This is required as a virtual environment update 20210219.1 left too little space for MemSQL to work
if: matrix.modules == 'plugin/trino-singlestore'
run: .github/bin/cleanup-node.sh
cleanup-node: ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore') }}
- name: Maven Install
run: |
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
Expand Down

0 comments on commit c66073e

Please sign in to comment.