Remove eden-api from build scripts

This commit is contained in:
lexikiq
2021-05-02 14:34:37 -04:00
parent 26f9a018bb
commit 88f2ee8b4e
2 changed files with 0 additions and 14 deletions

View File

@@ -25,13 +25,6 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
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
run: |
git config --global user.email "you@example.com"

View File

@@ -25,13 +25,6 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
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
run: |
git config --global user.email "you@example.com"