Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
drupal
Commits
3244e9ec
Commit
3244e9ec
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild cache before checking site status in case that some constructors have been updated
parent
05c73be5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/deploy/post-tasks.yml
+5
-1
5 additions, 1 deletion
tasks/deploy/post-tasks.yml
with
5 additions
and
1 deletion
tasks/deploy/post-tasks.yml
+
5
−
1
View file @
3244e9ec
...
...
@@ -14,11 +14,15 @@
when
:
drush_version_main|default('8') == '8'
-
name
:
Check Drush Status
shell
:
drush -y {{ drushAlias }}
status
shell
:
drush -y {{ drushAlias }}
{{ item }}
args
:
chdir
:
'
{{
webRoot
}}'
with_items
:
-
cache-rebuild
-
status
register
:
drush_status
changed_when
:
no
ignore_errors
:
yes
when
:
drushAliasValidate in drush_aliases.stdout_lines
-
name
:
Run Post Deploy Tasks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment