Skip to content

Commit

Permalink
Disable building of the CLI until it is ready for our users
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed May 31, 2023
1 parent e355a8f commit 19ca9ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ jobs:
needs: [run-tests]
uses: ./.github/workflows/docker.yml

build-cli-binaries:
name: Build release cli binaries
needs: [run-tests]
uses: ./.github/workflows/cli.yml
# Disable cli building until it is ready for our users
# build-cli-binaries:
# name: Build release cli binaries
# needs: [run-tests]
# uses: ./.github/workflows/cli.yml

create-release:
name: Create release
runs-on: ubuntu-latest
needs: [build-docker-image, build-cli-binaries]
needs: [build-docker-image]

steps:
- name: Download cli binaries
Expand Down

0 comments on commit 19ca9ca

Please sign in to comment.