1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

remove debug

This commit is contained in:
Kyle Spearrin 2020-06-09 13:14:11 -04:00
parent f95bbaa0f7
commit 092b536009

View File

@ -5,9 +5,6 @@
)
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path
Write-Output "Home path is: '$homePath'"
$rootPath = $env:GITHUB_WORKSPACE
$secretInputPath = $rootPath + "/.github/secrets"