Skip to content

Commit

Permalink
fix master push action
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Nov 9, 2021
1 parent bf4dadb commit d14f823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: kubectl get nodes
- name: Deploy refine-example to k8s
run: |
cd examples/fineFoods
cd examples/fineFoods/admin
echo ${{ env.domain }}
mv ./k8s/refine-example/Chart.yaml ./k8s/refine-example/Chart.old.yaml &&
cat ./k8s/refine-example/Chart.old.yaml | grep -v appVersion > ./k8s/refine-example/Chart.yaml &&
Expand Down

0 comments on commit d14f823

Please sign in to comment.