Skip to content

Commit

Permalink
fix: deploy by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Jun 28, 2023
1 parent bd988bb commit 345a8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- run:
name: Deploying Snapshot
command: |
mvn -s scripts/deploy-settings.xml -DskipTests=true clean package deploy
mvn -s scripts/deploy-settings.xml -DskipTests=true clean deploy
- save_cache:
name: Saving Maven Cache
key: *cache-key-deploy
Expand Down

0 comments on commit 345a8cb

Please sign in to comment.