Only run if there is no built flag
This commit is contained in:
parent
38fb6002fb
commit
4d70c67c43
2 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ case $1 in
|
|||
install)
|
||||
drush site:install -y --account-pass=admin123 --existing-config
|
||||
drush user:login
|
||||
touch .flag-built
|
||||
;;
|
||||
|
||||
refresh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue