Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
drupalizer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Drupal
drupalizer
Commits
bbe7b6a5
Commit
bbe7b6a5
authored
Nov 01, 2017
by
Victor Nikulshin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore possible failure of updatedb command during deployment
parent
894aaaf8
Pipeline
#9356
failed with stages
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy.py
deploy.py
+1
-1
No files found.
deploy.py
View file @
bbe7b6a5
...
...
@@ -95,7 +95,7 @@ def _update_site_database(target, environment):
Helper function to update site database.
:param environment
"""
run
(
'drush --yes --root={} updatedb'
.
format
(
target
.
get
(
'root'
)))
run
(
'drush --yes --root={} updatedb
|| true
'
.
format
(
target
.
get
(
'root'
)))
print
(
green
(
'The target environment {} is up-to-date.'
.
format
(
environment
)))
...
...
Write
Preview
Markdown
is supported
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