Skip to content

Commit

Permalink
[INLONG-10048][Tools] Remove more useless paths to release more size …
Browse files Browse the repository at this point in the history
…for workflows
  • Loading branch information
dockerzhang committed Apr 23, 2024
1 parent aed74dc commit f281406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
- name: Remove unnecessary packages
run: |
echo "=== After pruning 1 ==="
ln -sh !~/.m2/repository/org/apache/inlong
df -h
ls -sh !~/.m2/repository/org/apache/inlong
- name: Build with Maven
run: |
mvn --batch-mode --update-snapshots -e -V clean install -DskipTests -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Daether.connector.http.reuseConnections=false -Daether.connector.requestTimeout=60000
Expand Down

0 comments on commit f281406

Please sign in to comment.