Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
test multiple condition in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Oct 3, 2019
1 parent 8b4b8d7 commit 6acfd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ deploy:
file: "build/distributions/lombok-plugin-*.zip"
on:
tags: true
condition: (( $TRAVIS_TAG =~ ^releasebuild_[0-9]+.*$ ) AND ( $UPLOAD_BUILD=true ))
condition: (( $TRAVIS_TAG =~ ^releasebuild_[0-9]+.*$ ) && ( $UPLOAD_BUILD=true ))
after_deploy:
- ./gradlew publishPlugin

1 comment on commit 6acfd49

@sniffertine
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there (oder hallo mit Gruss nach Berlin?)
I watch this repo for some weeks now. You are more busy to close duplicate issues than coding, heh ;-)
Cool stuff you do here. Thanks for the efforts!

Please sign in to comment.