Skip to content

Commit e45e53d

Browse files
committed
ci: update workflow-template
Add `ls -la /workspace/cache` to prepare step This lists the contents of the cache directory after the prepare step completes to help debug caching issues.
1 parent 2a18ad0 commit e45e53d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/templates/app/ci/workflow-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ spec:
7272
git rev-parse HEAD > /workspace/sha.txt
7373
echo "[PREPARE] Process completed with SHA:"
7474
cat /workspace/sha.txt
75+
ls -la /workspace/cache
7576
env:
7677
- name: GIT_USERNAME
7778
valueFrom:

0 commit comments

Comments
 (0)