Skip to content

Commit

Permalink
fix secret key on appveyor
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Apr 7, 2017
1 parent d655caf commit 4f2b075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
HAB_AUTH_TOKEN:
secure: il1kqjDtQSFOoD12nDaJhCBntC905Q8T9jRzyTZtqlJPxc3vCoS1bBeNbB55J82M
ORIGIN_KEY:
secure: S1rfa/qXZgO8skQfr/YGrGpma37Q+OBEbAH8dPXsBKtUYDOTuMXpnNq1asu6XkTkpQjaJvhst6AxSlYDweE9V+xlUzLQdd6hgIPCFNOb0Uos5iMIgbJGcyKmeY2q80Ig
secure: T03FGJrevgQSlLfkc0mDaIkRyfu0/ci6+ryDnSqrezAmbtTayisHStac1yS4/96fMQmyfPYpGP5tMtvjuyw0cplUAUEtXarcK8CgatwnE+t7c9sjpBWgKfSE3wLOiDla

matrix:
- hab_build_action: "test;build"
Expand Down
2 changes: 1 addition & 1 deletion support/ci/appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (($env:APPVEYOR_REPO_TAG_NAME -eq "$(Get-Content VERSION)") -or (Test-SourceC

$env:HAB_ORIGIN="core"
if($env:ORIGIN_KEY) {
"SIG-SEC-1`ncore-20160810182414`n`n$($env:ORIGIN_KEY)" | & $habExe origin key import
"SIG-SEC-1`ncore-20170318210306`n`n$($env:ORIGIN_KEY)" | & $habExe origin key import
}
else {
Write-Host "Generating fake secret origin key for core..."
Expand Down

0 comments on commit 4f2b075

Please sign in to comment.