From 986664548d607a69b7682dfbab579ab98a052465 Mon Sep 17 00:00:00 2001 From: Nipuna Fernando Date: Wed, 3 Jan 2024 11:33:36 +0530 Subject: [PATCH] Update worker model workflow --- .github/workflows/daily-build-editor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/daily-build-editor.yml b/.github/workflows/daily-build-editor.yml index cdcf3dc05b..40828a09f8 100644 --- a/.github/workflows/daily-build-editor.yml +++ b/.github/workflows/daily-build-editor.yml @@ -56,7 +56,6 @@ jobs: TEST_MODE_ACTIVE: true run: | cd ballerina-dev-tools - sed -i 's/ballerinaLangVersion=[0-9]\+\(\.[0-9]\+\)\{2\}-[0-9]\+-[0-9a-f]\+/ballerinaLangVersion=SNAPSHOT/' gradle.properties ./gradlew clean build --stacktrace --scan -x test --console=plain --no-daemon --continue publishToMavenLocal cd .. - name: Checkout Distribution Repository