Skip to content

Commit

Permalink
exclude .git on stashBack (#4854)
Browse files Browse the repository at this point in the history
This change allows usage of `stashNoDefaultExcludes` parameter,
as otherwise I think it it impossible to stash back the .git repository.

It should not affect anything if `stashNoDefaultExcludes` is not used.
  • Loading branch information
cvakiitho authored Mar 26, 2024
1 parent f6a3bbe commit fc67751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/default_pipeline_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ steps:
workspace: '**/*'
stashExcludes:
workspace: 'nohup.out'
stashBack: '**/node_modules/**,nohup.out'
stashBack: '**/node_modules/**,nohup.out,.git/**'
dubExecute:
dockerImage: 'dlang2/dmd-ubuntu:latest'
githubPublishRelease:
Expand Down

0 comments on commit fc67751

Please sign in to comment.