Skip to content

Commit

Permalink
Remove build step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Jan 31, 2024
1 parent ea127c9 commit 60ff2aa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ jobs:
name: ${{ env.MODEL_FILE }}
path: ${{ env.MODEL_FILE }}

server-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: docker/build-push-action@v5
with:
context: server
push: false

analyze:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 60ff2aa

Please sign in to comment.