Dev build script update
Fix some minor bugs that broke the build process. Change-Id: Ie29296fbc65d7ef5e74a8832474d42b32ef8bccd
This commit is contained in:
parent
86a75eec58
commit
3dbea6ada1
@ -8,7 +8,7 @@ TARGET_DIR=publish
|
||||
|
||||
drush make drupal-org-core.make $TARGET_DIR
|
||||
mkdir -p $TARGET_DIR/profiles/groups
|
||||
rsync -av --exclude='$TARGET_DIR' . $TARGET_DIR/profiles/groups/
|
||||
rsync -av --exclude=$TARGET_DIR . $TARGET_DIR/profiles/groups/
|
||||
drush make --no-core --no-cache --contrib-destination=profiles/groups drupal-org.make $TARGET_DIR.contrib
|
||||
rsync -av $TARGET_DIR.contrib/* $TARGET_DIR/profiles/groups/
|
||||
rm -rf $TARGET_DIR.contrib
|
||||
rsync -av $TARGET_DIR.contrib/* $TARGET_DIR/
|
||||
rm -rf $TARGET_DIR.contrib
|
||||
|
Loading…
Reference in New Issue
Block a user