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

Support scm_subdirectory setting #60

Closed
asgrim opened this issue Sep 13, 2019 · 1 comment · Fixed by #88
Closed

Support scm_subdirectory setting #60

asgrim opened this issue Sep 13, 2019 · 1 comment · Fixed by #88
Assignees
Labels
enhancement New feature or request

Comments

@asgrim
Copy link
Collaborator

asgrim commented Sep 13, 2019

consider different project layouts, e.g.:

/ <-- scm_subdirectory
  .git/
  app/ <-- app root
    src/...
    vendor/...
    composer.json
  public/

Also add to Metadata payload.

@asgrim asgrim added the enhancement New feature or request label Sep 13, 2019
@dlanderson
Copy link

Just clarifying - '/' would be the scm root directory, and app would be the scm_subdirectory. In other words, the subdirectory in the SCM where we'd find the app root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants