Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer committed Jan 4, 2024
1 parent 1658c9d commit 3304c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v3

- name: Build Dockerfile
run: docker build . --file Dockerfile --tag rocketmq-operator:e2e
run: |
cat go.sum
docker build . --file Dockerfile --tag rocketmq-operator:e2e
- name: Install kuttl
run: |
Expand Down

0 comments on commit 3304c19

Please sign in to comment.