Skip to content

Commit f3ee260

Browse files
author
DvirDukhan
committed
removed release flag from circleci config.yaml
1 parent 3ea0b34 commit f3ee260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
4646

47-
- run: mvn -s .circleci.settings.xml -DskipTests deploy -P release
47+
- run: mvn -s .circleci.settings.xml -DskipTests deploy
4848

4949
workflows:
5050
version: 2

0 commit comments

Comments
 (0)