Skip to content

Commit

Permalink
fix(ci): remove deprecated RELEASE_CHANNEL variable
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jan 3, 2024
1 parent 8ad9811 commit 22b5be9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/preview-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
shell: bash
working-directory: ci
run: |
export RELEASE_CHANNEL=${GITHUB_BASE_REF#releases/}
printf 'WORKFLOW: service-release-diff; RELEASE_CHANNEL=%s\n' "$RELEASE_CHANNEL"
poetry install
poetry run invoke diff -f "./channels/$RELEASE_CHANNEL.yaml" --outfile=diff.md
poetry run invoke diff -f "./channels/prod.yaml" --outfile=diff.md
- uses: peter-evans/find-comment@v2
id: fc
Expand Down

0 comments on commit 22b5be9

Please sign in to comment.