Skip to content

Commit

Permalink
fix(ci): invalid ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcnance committed Jan 30, 2017
1 parent 6f2d538 commit dffe53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ build:
stage: build
script:
- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
- mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
- mono /bin/NuGet.exe push artifacts/**.nupkg -ApiKey $NUGET_KEY
only:
- master

0 comments on commit dffe53a

Please sign in to comment.