Pass Deb repo secret to the repoapi script
The secret is not passing by env now. However repoapi still assumes the secret will be passed by env. Pass through the secret via command line
This commit is contained in:
parent
6a64e17857
commit
414585ab27
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@
|
|||
<Delete Files="$(DebianUploadJsonFile)" />
|
||||
<WriteLinesToFile File="$(DebianUploadJsonFile)" Lines="$(DebianUploadJsonContent)" />
|
||||
|
||||
<Exec Command="$(RepoRoot)/scripts/publish/repoapi_client.sh -addpkg $(DebianUploadJsonFile)" />
|
||||
<Exec Command="REPO_PASS=$(REPO_PASS) sh -c '$(RepoRoot)/scripts/publish/repoapi_client.sh -addpkg $(DebianUploadJsonFile)'" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue