Skip to content

Commit

Permalink
do not build server outside container build
Browse files Browse the repository at this point in the history
  • Loading branch information
copyrights committed Mar 26, 2023
1 parent f70ced3 commit 95dc6f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin

- name: Install Java dependencies
run: make installLocalDependencies

- name: Build Java server
run: make buildServer

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down Expand Up @@ -69,4 +57,3 @@ jobs:
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
18 changes: 0 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- name: Install Java dependencies
run: make installLocalDependencies
- name: Build Java server
run: make buildServer
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
# create the GitHub release
- name: Create release
Expand All @@ -45,15 +36,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- name: Install Java dependencies
run: make installLocalDependencies
- name: Build Java server
run: make buildServer
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit 95dc6f7

Please sign in to comment.