Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
sfl-boilerplate
Commits
e4e0eda1
Commit
e4e0eda1
authored
Jan 15, 2015
by
Philippe Mouchel
Browse files
Source defrault-vars file from deploy folder
parent
b0e4d359
Changes
1
Hide whitespace changes
Inline
Side-by-side
site-install
View file @
e4e0eda1
...
...
@@ -18,10 +18,10 @@ DRUPAL_ROOT=`pwd`/src/drupal
DRUSH_ALIASES
=
$DRUPAL_ROOT
/sites/all/drush
# call default vars
source
"default-vars"
source
"
deploy/
default-vars"
# and override with local vars
FILE
=
"local-vars"
FILE
=
"
deploy/
local-vars"
if
[
-f
$FILE
]
;
then
source
$FILE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment