We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daa161 commit ba1db8bCopy full SHA for ba1db8b
1 file changed
.ci/deploy.sh
@@ -4,7 +4,7 @@ echo "Branch: $TRAVIS_BRANCH"
4
echo "Pull Request? $TRAVIS_PULL_REQUEST"
5
echo "Commit Message: $TRAVIS_COMMIT_MESSAGE"
6
7
-if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_COMMIT_MESSAGE" = *"[ci deploy]"* ]; then
+if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [[ "$TRAVIS_COMMIT_MESSAGE" == *"[ci deploy]"* ]]; then
8
mvn --settings .ci/settings.xml clean deploy -DskipTests -Pdeploy-parent -N
9
mvn --settings .ci/settings.xml -f spring-cloud-zuul-ratelimit-dependencies/pom.xml clean deploy -DskipTests -Pdeploy
10
mvn --settings .ci/settings.xml -f spring-cloud-starter-zuul-ratelimit/pom.xml clean deploy -DskipTests -Pdeploy
0 commit comments