Skip to content

Commit

Permalink
Switch back to plain checkout in circlici config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jul 10, 2023
1 parent eb1ae4c commit 85f6352
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ jobs:
machine:
image: ubuntu-2204:2023.04.2
steps:
- uses: actions/checkout@v2

- name: Do we have a git repo
run:
- checkout
- run:
name: Do we have a git repo
command: |
git status
git log --pretty=format:'' | wc -l
Expand Down

0 comments on commit 85f6352

Please sign in to comment.