Fix drone build pipeline (#1)
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

#### 📖 Summary

- fixes dependency for loading the module itself
- adds gitea user as parameter -> deletes old PR comments.

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #1
This commit is contained in:
2022-07-13 16:19:33 +02:00
parent 8fd180b776
commit 5559445d7e
7 changed files with 118 additions and 17 deletions

View File

@ -48,7 +48,7 @@ function Invoke-InstallDependency {
$PoshParams = @{
Name = 'posh-git'
Scope = 'CurrentUser'
RequiredVersion = '1.0.0'
RequiredVersion = '1.1.0'
Force = $true
SkipPublisherCheck = $true
AllowClobber = $true