Initial commit
This commit is contained in:
commit
5a1bf22e0b
15 changed files with 1604 additions and 0 deletions
14
factory/update.sh
Normal file
14
factory/update.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# read the lib/shared.sh and lib/slug.sh
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
cd "$DIR"
|
||||
source "$DIR/lib/lib.sh"
|
||||
require_slug_argument
|
||||
|
||||
# TODO: Figure out if this is enough.
|
||||
echo " => Running 'composer update'"
|
||||
cd "$COMPOSER_DIR"
|
||||
drupal_sites_permission_workaround
|
||||
composer update
|
||||
Loading…
Add table
Add a link
Reference in a new issue