Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinle.xjl committed Sep 13, 2023
1 parent 07f9b16 commit ba53d3b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
- run: sleep 5

- name: describe deployment
run: |
kubectl describe deployment dynamic-stock-deployment
- name: get pod
run: |
kubectl get pod
Expand Down

0 comments on commit ba53d3b

Please sign in to comment.