Also ignore files named ".git"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
553ceb2388
commit
85815e98d8
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ steps:
|
|||
source: ./lib/
|
||||
target: /starlark/lib_new/
|
||||
recursive: 'true'
|
||||
exclude: ".git/"
|
||||
exclude:
|
||||
- ".git/"
|
||||
- ".git"
|
||||
script:
|
||||
- cd /starlark
|
||||
- mv lib lib_old
|
||||
|
|
Loading…
Reference in a new issue