-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra: move wercker no-exception testing to diff.groovy #828
Conversation
Failed at
|
9a7e88a
to
5da9a88
Compare
This is why it failed, I forgot to remove a testing repo of mine from |
ab32c68
to
7e846de
Compare
sevntu-checks/.ci/wercker.sh
Outdated
@@ -28,13 +28,13 @@ no-exception-struts) | |||
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec) | |||
echo CS_version: ${CS_POM_VERSION} | |||
echo SEVNTU_version: ${SEVNTU_POM_VERSION} | |||
checkout_from https://github.com/checkstyle/contribution.git | |||
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice hack
Any usages of |
7e846de
to
6afd88f
Compare
1d565ce
to
9e091c7
Compare
The only difference in commands after checkstyle/contribution#546 is the Command: Command: Command: Command: maven command from this PR: Command: Command: Command: maven command from this PR: maven command from this PR: Command: maven command from this PR: maven command from this PR: maven command from this PR: maven command from this PR: maven command from this PR: maven command from this PR: |
9e091c7
to
6251c6a
Compare
e92c7e0
to
cb5d453
Compare
0eabd9d
to
a7c441c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after merge of contribution PR, this PR need to be updated to use upstream contribution repo
a7c441c
to
cfead7c
Compare
infra: move wercker no-exception testing to diff.groovy
Right now, this PR is only a test to make sure that combined diff/launch .groovy will work as intended for no-exceptions testing. Once PR for checkstyle/contribution#529 is merged, we can change the repo in
checkout-from
back to checkstyle's contribution repo and review this PR.