add source or true

broken/ef
Paul Schneider 3 years ago
parent 7752620bef
commit f7cfeeba8d
1 changed files with 1 additions and 1 deletions

@ -44,7 +44,7 @@ deploy:
stage: deploy
script:
- dotnet pack -c Release
- dotnet nuget add source "$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/nuget/index.json" --name gitlab --username gitlab-ci-token --password $CI_JOB_TOKEN --store-password-in-clear-text
- dotnet nuget add source "$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/nuget/index.json" --name gitlab --username gitlab-ci-token --password $CI_JOB_TOKEN --store-password-in-clear-text || true
- dotnet nuget push "src/*/bin/Release/*.nupkg" --source gitlab
only:
- master

Loading…