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

Fix concurrency problems when running build in parallel #323

Closed
lordofthejars opened this issue Feb 21, 2018 · 0 comments · Fixed by #324 or #325
Closed

Fix concurrency problems when running build in parallel #323

lordofthejars opened this issue Feb 21, 2018 · 0 comments · Fixed by #324 or #325
Assignees
Milestone

Comments

@lordofthejars
Copy link
Member

Issue Overview

Spacelift is failing on Travis for the first test because of a concurrency problem.

Expected Behaviour

Build should be run without any problem regarding downloading embedded Maven

Current Behaviour

Some failures occur because of parallel execution of build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment