Skip to content

Commit 9ef7d03

Browse files
still trying to find CI issue
1 parent 09c1234 commit 9ef7d03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ jobs:
312312
command: |
313313
tar czf output.tgz output
314314
315+
- run:
316+
name: Git Diff
317+
command: |
318+
git status
319+
git diff
320+
315321
- store_artifacts:
316322
path: output.tgz
317323

0 commit comments

Comments
 (0)