From 0ee88b43ffb463940e7e6450f2790b90d5b38dc0 Mon Sep 17 00:00:00 2001 From: Vincent Brison Date: Mon, 22 Nov 2021 16:07:20 +0100 Subject: [PATCH] Use larger runner The task is now always failing with OOM. Trying with bigger runner. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18c169ac3..28c477345 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,7 +140,7 @@ publishMaven: publishGradlePortal: stage: publish tags: - - small + - large script: - ./gradlew -p plugins assemble && ./gradlew -p plugins publishAll only: