Skip to content

Commit 8ac6af4

Browse files
committed
fix(helm-chart-smoketest.yml): fix directory for sample shim debugging
Signed-off-by: Vaughn Dice <vdice@akamai.com>
1 parent a22235a commit 8ac6af4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/helm-chart-smoketest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,13 @@ jobs:
206206
# Get install pod logs
207207
IFS=',' read -ra shims <<< "${{ env.SAMPLE_SHIMS }}"
208208
for shim_file in "${shims[@]}"; do
209+
cd ${{ github.workspace }}/config/samples
209210
shim_name="$(cat $shim_file | yq '.metadata.name')"
210211
install_pod="$(kubectl get pods -n rcm --no-headers -o name | grep $shim_name-install)"
211212
kubectl describe -n rcm $install_pod || true
212213
kubectl logs -n rcm -c downloader $install_pod || true
213214
kubectl logs -n rcm -c provisioner $install_pod || true
215+
cd -
214216
done
215217
216218
# RCM pod logs

0 commit comments

Comments
 (0)