Start development of Spring Session MongoDB 2.1. Migrate to: Reactor Californium Spring Framework 5.1 Spring Security 5.1 Spring Session 2.1 Spring Data Lovelace
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.0.x" ]; then
|
|
mvn -Pdistribute,snapshot,docs clean deploy
|
|
else
|
|
echo "We only deploy 'master' branch"
|
|
fi |