Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
use git add --all
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke authored Feb 24, 2023
1 parent 37e170d commit 39f6df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ builders = pipeline_builder.createBuilders { container ->
git config user.email '[email protected]'
git config user.name 'cow-bot'
git status --ignored
git add --ignore-removal --force nx-class-documentation
git add --all --force nx-class-documentation
git commit -m 'Update NeXus HTML documentation'
"""

Expand Down

0 comments on commit 39f6df1

Please sign in to comment.