Skip to content

Commit

Permalink
Merge branch 'main' into kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
clyang82 authored May 17, 2024
2 parents 14fd19c + 38a76b9 commit 6a92dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

env:
GO_VERSION: '1.21'
Expand Down Expand Up @@ -35,3 +32,5 @@ jobs:
- name: Test E2E
run: |
make e2e-test
env:
container_tool: docker
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY . $SOURCE_DIR

ENV GOFLAGS=""
RUN make binary
RUN pwd

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

Expand Down

0 comments on commit 6a92dd0

Please sign in to comment.