Skip to content

Commit

Permalink
try cut
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 16, 2025
1 parent d93ac1d commit f3bb004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ build:
- ./git-lfs install
- ./git-lfs fetch
- ./git-lfs checkout
- git clean -xdf
pre_install:
- git status --untracked-files=no --porcelain
- sed --version
- git status --untracked-files=no --porcelain | sed -E 's/\s*\S+\s+//'
- git status --untracked-files=no --porcelain | cut -d' ' -f3
- git update-index --assume-unchanged $(git status --untracked-files=no
--porcelain | sed -E 's/\s*\S+\s+//')
post_install:
Expand Down

0 comments on commit f3bb004

Please sign in to comment.