Skip to content

Commit

Permalink
Revert "test: check failure with bad tests and bad dockerfiles (#157)"
Browse files Browse the repository at this point in the history
This reverts commit 3f06043.
  • Loading branch information
rdash99 authored Jul 18, 2024
1 parent 3f06043 commit 62025eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/multi-container-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
build-file: containers/trino/Dockerfile
build-context: containers/trino
test-command: |
this will error
secrets:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
Expand All @@ -101,7 +99,7 @@ jobs:
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
chart: charts/fizzbuzz
test-command: |
helm templat
helm template $CHART --debug
secrets:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion containers/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.20

#COPY src/requirements.txt /opt/requirements.txt
COPY src/requirements.txt /opt/requirements.txt

RUN apk update && \
apk add --update --no-cache python3 py3-pip && \
Expand Down

0 comments on commit 62025eb

Please sign in to comment.