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

Creating a new build submodule #19

Open
ellioseven opened this issue Jun 13, 2018 · 1 comment
Open

Creating a new build submodule #19

ellioseven opened this issue Jun 13, 2018 · 1 comment

Comments

@ellioseven
Copy link
Owner

ellioseven commented Jun 13, 2018

When creating a new build with:

# Create new build and commit to environment.
mkdir -p src/docroot
git init src
echo "<?php phpinfo();" >> src/docroot/index.php
git -C src add --all && git -C src commit -m "Create build"

This needs to be implemented separately as a git sub module.

@ellioseven ellioseven changed the title Creating a new project submodule Creating a new build submodule Jun 13, 2018
@ellioseven
Copy link
Owner Author

Perhaps we should use regular clone instead of submodules?

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

No branches or pull requests

1 participant