Skip to content

Commit

Permalink
limit gradle memory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxitemis committed Dec 20, 2024
1 parent 60d9a25 commit 47d37b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ image: gradle:8.10.1

before_script:
- free -m
- ulimit -a
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
Expand Down

0 comments on commit 47d37b1

Please sign in to comment.