Skip to content

Commit 8a31355

Browse files
committed
okay, so sed has to pipe out to a new file and then rename that back onto the original file 🤦‍♂️
1 parent 2a98454 commit 8a31355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
| sed -r 's/-Xmx[0-9]+G/-Xmx6G/g' \
126126
| sed -r 's/-XX:MaxMetaspaceSize=[0-9]+G/-XX:MaxMetaspaceSize=2G/g' \
127127
> gradle.properties2
128+
mv gradle.properties2 gradle.properties
128129
echo ""
129130
130131
echo "Directory listing:"

0 commit comments

Comments
 (0)