Skip to content

Commit 4161f56

Browse files
leebyronyaacovCR
authored andcommitted
ci patch extracted from #3044
1 parent 69b4fe4 commit 4161f56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252

5353
- name: Check if commit contains files that should be ignored
5454
run: |
55-
git clone --depth 1 https://github.com/github/gitignore.git --revision b19bb58983cdae1e3a3fd6eafba0b9f2ec3c53ca
55+
git clone --depth 1 https://github.com/github/gitignore.git
5656
57-
rm gitignore/ModelSim.gitignore
58-
rm gitignore/Global/Images.gitignore
57+
rm -f gitignore/Global/ModelSim.gitignore
58+
rm -f gitignore/Global/Images.gitignore
5959
cat gitignore/Node.gitignore gitignore/Global/*.gitignore > all.gitignore
6060
6161
IGNORED_FILES=$(git ls-files --cached --ignored --exclude-from=all.gitignore)

0 commit comments

Comments
 (0)