Skip to content

Commit

Permalink
Release both trino and trino-gateway charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Nov 1, 2024
1 parent 8d88765 commit 4630167
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v4
with:
repository: trinodb/trino-gateway
path: gateway
filter: tree:0
sparse-checkout: helm/trino-gateway
- run: |
mv gateway/helm/trino-gateway charts/gateway
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 4630167

Please sign in to comment.