Skip to content

Commit

Permalink
chore(ci): fix build_and_test metadata (#13570)
Browse files Browse the repository at this point in the history
  • Loading branch information
catbro666 authored Aug 24, 2024
1 parent a631c3f commit 168fbc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # `git merge-base` requires the history

- name: Get Old Kong Version
id: old-kong-version
Expand Down

1 comment on commit 168fbc0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:168fbc0c97f521e9dcaebd1733fa60e9a7a062de
Artifacts available https://github.com/Kong/kong/actions/runs/10535766133

Please sign in to comment.