mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Change env variable
This commit is contained in:
parent
aa4fea0a5b
commit
d06f20a5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ foreach($task in $Tasks){
|
||||||
|
|
||||||
Write-Output "Registerting Module"
|
Write-Output "Registerting Module"
|
||||||
|
|
||||||
Import-Module $env:CI_PROJECT_PATH\SnipeitPS\SnipeitPS.psd1 -ErrorAction Stop
|
Import-Module $env:CI_PROJECT_DIR\SnipeitPS\SnipeitPS.psd1 -ErrorAction Stop
|
||||||
Publish-Module -Name SnipeitPS -Repository InternalPowerShellModules -NuGetApiKey 123456789
|
Publish-Module -Name SnipeitPS -Repository InternalPowerShellModules -NuGetApiKey 123456789
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue