🔥 Remove external packages for unity
This commit is contained in:
parent
4ea28030c7
commit
4b1e34487d
59 changed files with 3 additions and 1905 deletions
|
|
@ -55,13 +55,6 @@ HELPERS=(
|
|||
pagetop-macros
|
||||
pagetop-build
|
||||
)
|
||||
PACKAGES=(
|
||||
pagetop-user
|
||||
pagetop-admin
|
||||
pagetop-node
|
||||
pagetop-bootsier
|
||||
pagetop-bulmix
|
||||
)
|
||||
|
||||
# Publish all helper crates
|
||||
pushd helpers > /dev/null 2>&1
|
||||
|
|
@ -75,15 +68,6 @@ popd > /dev/null 2>&1
|
|||
# Publish the root crate
|
||||
CRATE=pagetop; publish_crate
|
||||
|
||||
# Publish all main packages
|
||||
pushd packages > /dev/null 2>&1
|
||||
for CRATE in "${PACKAGES[@]}"; do
|
||||
pushd "$CRATE" > /dev/null 2>&1
|
||||
publish_crate
|
||||
popd > /dev/null 2>&1
|
||||
done
|
||||
popd > /dev/null 2>&1
|
||||
|
||||
# Reset local Git repository to clean licenses after publishing
|
||||
echo -e "\nCleaning local state"
|
||||
git reset HEAD --hard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue