-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f5014b
commit eae222b
Showing
7 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
Submodule bradford
deleted from
59f7d1
Submodule east-sussex
deleted from
59f7d1
Submodule knowsley
deleted from
59f7d1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/bash | ||
# chmod +x sparse_branch.sh | ||
# This not yet set up to iterate over LAs | ||
|
||
cd .. | ||
|
||
# # Rem | ||
# rm -rf ssd-deployment | ||
|
||
# Clone | ||
git clone https://github.com/data-to-insight/ssd-deployment.git | ||
|
||
cd ssd-deployment | ||
|
||
# create la deployment folders | ||
mkdir -p bradford/cms_ssd_extract_sql/systemc/live/ | ||
|
||
# cp extracts over | ||
cp -r ../cms_ssd_extract_sql/systemc/live/* bradford/cms_ssd_extract_sql/systemc/live/ | ||
|
||
# cp key markdown files | ||
cp ../CHANGELOG.md ../CONTRIBUTORS.md ../README.md bradford/ | ||
|
||
# to git staging | ||
git add bradford/cms_ssd_extract_sql/systemc/live/ | ||
git add bradford/CHANGELOG.md bradford/CONTRIBUTORS.md bradford/README.md | ||
|
||
git commit -m "Manual import of files from ssd-data-model-init test" | ||
|
||
git push origin main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters