You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling SyncScriptModule, or Get-VariableFromScriptFile
Exception: /Users/jdbrown/.local/share/powershell/Modules/OctopusStepTemplateCi/1.1.29/Cmdlets/Internal/PowerShellManipulation/Get-VariableFromScriptFile.ps1:33
Line |
33 | throw "File '$Path' does not contain metadata variable '$vari …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| File '/Users/jdbrown/source/repos/slack-utils/postgres/sizzle-postgres.scriptmodule.ps1' does not contain metadata variable ''
When I run Get-VariableStatement -Path /Users/jdbrown/source/repos/slack-utils/postgres/sizzle-postgres.scriptmodule.ps1 -VariableName ScriptModuleName -Type Value directly against the file, no issue. Had a cursory debug around, but lacking time to debug deeply I switched to a windows machine and logged this issue.
Please hit me up if you need further info.
The text was updated successfully, but these errors were encountered:
Calling SyncScriptModule, or Get-VariableFromScriptFile
When I run
Get-VariableStatement -Path /Users/jdbrown/source/repos/slack-utils/postgres/sizzle-postgres.scriptmodule.ps1 -VariableName ScriptModuleName -Type Value
directly against the file, no issue. Had a cursory debug around, but lacking time to debug deeply I switched to a windows machine and logged this issue.Please hit me up if you need further info.
The text was updated successfully, but these errors were encountered: