Skip to content

Commit 7fdff14

Browse files
committed
remove calling setupCiWorkspace task
1 parent 1724eeb commit 7fdff14

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
- name: apply patches
4040
run: ./pm.apply-patches
4141

42-
- name: setup workspace
43-
uses: eskatos/gradle-command-action@v1
44-
with:
45-
arguments: setupCiWorkspace
46-
4742
- name: build
4843
uses: eskatos/gradle-command-action@v1
4944
with:

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ jobs:
5555
- name: apply patches
5656
run: ./pm.apply-patches
5757

58-
- name: setup workspace
59-
uses: eskatos/gradle-command-action@v1
60-
with:
61-
arguments: setupCiWorkspace
62-
6358
- name: Build
6459
uses: eskatos/gradle-command-action@v1
6560
with:

0 commit comments

Comments
 (0)