Skip to content

Commit

Permalink
ci: fix Create blank repo for testing step
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 3, 2023
1 parent 0a7625b commit 43fce7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
cd test
echo "*" > .gitignore
git init .
git add .
git commit -m init
- name: "1. Check basic case with no options"
run: |
set -x -euo pipefail
Expand Down

0 comments on commit 43fce7d

Please sign in to comment.