From 0075eef74cdefd66300b3c965991b7f20c75bf10 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 21 Dec 2023 11:30:01 +0530 Subject: [PATCH] Update groovy-joint-workflow.yml Remove step to checkout to Groovy 2 --- .github/workflows/groovy-joint-workflow.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/groovy-joint-workflow.yml b/.github/workflows/groovy-joint-workflow.yml index 7594921976a..e7eff02572d 100644 --- a/.github/workflows/groovy-joint-workflow.yml +++ b/.github/workflows/groovy-joint-workflow.yml @@ -52,11 +52,8 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Checkout Groovy 3_0_X (Grails 5 and later) - run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch if: startsWith('refs/head/6.', github.ref) || startsWith('6.', github.base_ref) || startsWith('refs/head/5.', github.ref) || startsWith('5.', github.base_ref) - - name: Checkout Groovy 2_5_X (Grails 4.0.x) - run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_2_5_X --single-branch - if: startsWith('refs/head/4.', github.ref) || startsWith('4.', github.base_ref) + run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch - name: Set CI_GROOVY_VERSION for Grails id: groovy-version run: |