Skip to content

Commit

Permalink
Remove old Tomcat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jun 3, 2024
1 parent 0dc5f62 commit aad8821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/no-console-warnings.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Show apache-tomcat directories
run: find . -path './build/*' -name 'apache-tomcat*'
working-directory: frank-runner
- name: Remove old Tomcat directories
run: rm -rf ./build/apache-tomcat-9*
working-directory: frank-runner/build
- name: Check that there is only one version of Tomcat
run: test $(find . -path './build/*' -name 'apache-tomcat*' | wc -w) -eq 1
working-directory: frank-runner
Expand Down

0 comments on commit aad8821

Please sign in to comment.