Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielli90 committed Jan 9, 2016
1 parent 84b127a commit 9dddea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ IF NOT "%APPVEYOR_REPO_TAG%" == "true" (goto :nosign)

@rem install signing keys
echo ready to install signing keys
gpg2 --batch --yes --import build\data\private_token.asc
gpg2 --batch --yes --import build\data\public_token.asc
gpg2 --batch --yes --import ..\build\data\private_token.asc
gpg2 --batch --yes --import ..\build\data\public_token.asc
pushd %APPDATA%\gnupg
del /q trustdb.gpg
popd
gpg2 --batch --yes --import-ownertrust < build\data\ownertrustblob.txt
gpg2 --batch --yes --import-ownertrust < ..\build\data\ownertrustblob.txt
gpg2 --list-key

call mvn clean deploy -DdoSign=true -DdoRelease=true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
secure: 5IchMuHkc/kngre44VUIxA==

install:
- cmd: powershell -f dumpsoftware.ps1
# - cmd: powershell -f dumpsoftware.ps1
- cmd: nuget install secure-file -ExcludeVersion
- cmd: secure-file\tools\secure-file -decrypt build\data\private_token.asc.enc -secret %securefile% -out build\data\private_token.asc
- cmd: secure-file\tools\secure-file -decrypt build\data\public_token.asc.enc -secret %securefile% -out build\data\public_token.asc
Expand Down

0 comments on commit 9dddea8

Please sign in to comment.