bitbucket-pipelines.yml in legion-exceptions-0.1.0 vs bitbucket-pipelines.yml in legion-exceptions-1.0.1

- old
+ new

@@ -9,10 +9,15 @@ script: - gem install bundle rubocop - bundle install - rubocop - rake - + - step: + name: Upload Artifact + deployment: test + script: + - gem build *.gemspec + - curl -X POST --user "${BB_AUTH_STRING}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"legion-exceptions-0.1.0.gem" - step: name: Deploy to test gem server deployment: production trigger: manual script: \ No newline at end of file