Remove eden-api from build scripts
This commit is contained in:
7
.github/workflows/pr-build.yml
vendored
7
.github/workflows/pr-build.yml
vendored
@@ -25,13 +25,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: ${{ runner.os }}-maven-
|
restore-keys: ${{ runner.os }}-maven-
|
||||||
|
|
||||||
- name: Setup eden-api
|
|
||||||
run: |
|
|
||||||
git submodule init
|
|
||||||
git submodule update eden-api
|
|
||||||
cd eden-api && mvn clean install
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Patch Parchment
|
- name: Patch Parchment
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "you@example.com"
|
git config --global user.email "you@example.com"
|
||||||
|
|||||||
7
.github/workflows/push-build.yml
vendored
7
.github/workflows/push-build.yml
vendored
@@ -25,13 +25,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: ${{ runner.os }}-maven-
|
restore-keys: ${{ runner.os }}-maven-
|
||||||
|
|
||||||
- name: Setup eden-api
|
|
||||||
run: |
|
|
||||||
git submodule init
|
|
||||||
git submodule update eden-api
|
|
||||||
cd eden-api && mvn clean install
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Patch Parchment
|
- name: Patch Parchment
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "you@example.com"
|
git config --global user.email "you@example.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user