Skip to content

Commit

Permalink
disable tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDev committed Jan 28, 2024
1 parent eb1bd6c commit 50196e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/bw-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm-slim AS downloader

ARG BW_CLI_VERSION
ADD https://github.com/bitwarden/clients/releases/download/cli-v${BW_CLI_VERSION}/bw-linux-${BW_CLI_VERSION}.zip /bw.zip
ARG VERSION
ADD https://github.com/bitwarden/clients/releases/download/cli-v${VERSION}/bw-linux-${VERSION}.zip /bw.zip

RUN apt update && \
apt install unzip --yes && \
Expand Down
2 changes: 1 addition & 1 deletion apps/bw-cli/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ channels:
platforms: ["linux/amd64", "linux/arm64"]
stable: true
tests:
enabled: true
enabled: false
type: cli
2 changes: 1 addition & 1 deletion apps/wsdd2/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ channels:
platforms: ["linux/amd64", "linux/arm64"]
stable: true
tests:
enabled: true
enabled: false
type: cli

0 comments on commit 50196e9

Please sign in to comment.