[CI-SKIP] Don't delete eden-api when building

Allows it to cache the pom.xml to speed up library downloading
This commit is contained in:
lexikiq
2021-05-02 01:26:07 -04:00
parent 3c04245ee9
commit 81483d294e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: |
git clone https://github.com/Pugabyte/eden-api
cd eden-api && mvn clean install
cd .. && rm -rf eden-api
cd ..
- uses: actions/cache@v2
with:

View File

@@ -23,7 +23,7 @@ jobs:
run: |
git clone https://github.com/Pugabyte/eden-api
cd eden-api && mvn clean install
cd .. && rm -rf eden-api
cd ..
- uses: actions/cache@v2
with: