Skip to content
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

Use Travis build stages to deploy to Maven #961

Closed
rdeltour opened this issue Jan 25, 2019 · 1 comment
Closed

Use Travis build stages to deploy to Maven #961

rdeltour opened this issue Jan 25, 2019 · 1 comment
Labels
priority: low To be processed when time allows status: ready for implem The issue is ready to be implemented type: maintenance The issue is related to a meta task (build system, dependency update, etc)

Comments

@rdeltour
Copy link
Member

rdeltour commented Jan 25, 2019

Previously, our Travis config used to deploy snapshots to Maven for each build run in the master branch.

Now, we deploy to Maven only in the first job (by testing that the job name ends with ".1"), but regardless if other jobs succeed or fail.

What we should do instead, is use Travis Build Stages to only deploy if all the builds succeed.

@rdeltour rdeltour added priority: low To be processed when time allows status: ready for implem The issue is ready to be implemented type: maintenance The issue is related to a meta task (build system, dependency update, etc) labels Jan 25, 2019
@rdeltour
Copy link
Member Author

rdeltour commented Dec 8, 2022

Replaced by #1264

@rdeltour rdeltour closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low To be processed when time allows status: ready for implem The issue is ready to be implemented type: maintenance The issue is related to a meta task (build system, dependency update, etc)
Projects
None yet
Development

No branches or pull requests

1 participant