Skip to content

Commit

Permalink
spring session+redis 도입 8 .. #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-creative committed Feb 25, 2024
1 parent e605e9d commit 87dbbe4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
branches:
- release



env:
GKE_PROJECT: ${{ secrets.GKE_PROJECT }}
GKE_EMAIL: ${{ secrets.GKE_EMAIL }}
Expand Down Expand Up @@ -142,7 +140,7 @@ jobs:
- name: Update kustomization version
run: |
cd kustomize
NEW_VERSION=${{ needs.release.outputs.new-version }}
NEW_VERSION=${{ needs.bump-version-and-release-charts.outputs.new-version }}
sed -i "/jsvill-charts/,/version:/s/version: .*/version: $NEW_VERSION/" kustomization.yaml
git pull origin release
git add kustomization.yaml
Expand Down

0 comments on commit 87dbbe4

Please sign in to comment.