Skip to content

Commit

Permalink
Fixup: correct path to pod manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Sep 25, 2024
1 parent e170b59 commit bfce046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Sanity check
run: |
kubectl get pods -n jupyterhub
# Step 4: Deploy Hello World Pod from manifest
- name: Deploy Hello World Pod
run: |
kubectl apply -f manifests/hello-world-pod.yaml
kubectl apply -f .github/manifests/hello-world-pod.yaml
# Step 5: Wait for Pod to Complete
- name: Wait for Hello World Pod to complete
Expand Down

0 comments on commit bfce046

Please # to comment.