Skip to content

Commit

Permalink
Updated bitbucket-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS94 committed Oct 27, 2018
1 parent fe9d3f2 commit a382a68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ pipelines:
caches:
- maven
script: # Modify the commands below to build your repository.
- mvn clean install -DskipTests
- mvn clean install -DskipTests
- curl -X POST --user "${BB_AUTH_STRING}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"dist/target/dist-1.0-SNAPSHOT-distribution.zip"

0 comments on commit a382a68

Please sign in to comment.