You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
as an open-source project, this should not use the same circle resource's as reify's private projects
EDIT: In addition, we aim to have this on circle 2.0 (won't have a choice when circle deprecates 1.0 by 8/31/18). Some suggested specifics on approach in case it helps:
Convert circle.yml to ~/.circleci/config.yml
Base off an existing Docker image (public) that has JDK8 and Boot installed already (as small as possible)
Ensure boot deps are properly cached (see hooke/salk 2.0 config.yml for caching paths)
Add whitelisting so builds only run on master (since there are no tests to speak of)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
as an open-source project, this should not use the same circle resource's as reify's private projects
EDIT: In addition, we aim to have this on circle 2.0 (won't have a choice when circle deprecates 1.0 by 8/31/18). Some suggested specifics on approach in case it helps:
The text was updated successfully, but these errors were encountered: