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
Compare revisions
5e0bc704b8d3db39a7d8e31814e51c09affe5593 to 0766e066dbe03b369697fb3ad2a09bf9a028af95
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/drupal
Select target project
No results found
0766e066dbe03b369697fb3ad2a09bf9a028af95
Select Git revision
Branches
2331-combine1
2331-combine1-from-master
2331-combine2
2331-combine2-from-master
2331-expressions-using-if
2838-cronjobs-per-host
2838-crontabs-collector
2861-path-password-protection-without-general-pw
2898-service-status
main
10 results
Swap
Target
ansible/roles/drupal
Select target project
ansible/roles/drupal
max/drupal
ericzillmann/drupal
3 results
5e0bc704b8d3db39a7d8e31814e51c09affe5593
Select Git revision
Branches
2331-combine1
2331-combine1-from-master
2331-combine2
2331-combine2-from-master
2331-expressions-using-if
2838-cronjobs-per-host
2838-crontabs-collector
2861-path-password-protection-without-general-pw
2898-service-status
main
10 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
ansible-inventories/arocom#3273 Change update script
· 0766e066
jurgenhaas
authored
4 weeks ago
0766e066
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/scripts/update/update.jinja2
+2
-0
2 additions, 0 deletions
templates/scripts/update/update.jinja2
with
2 additions
and
0 deletions
templates/scripts/update/update.jinja2
View file @
0766e066
...
...
@@ -43,6 +43,8 @@ fi
echo
"> git pull
$branch
"
git pull origin
"
$branch
"
touch
composer.lock
if
[
-f
'ansible.patch'
]
;
then
echo
'> ansible.patch'
patch
-p1
-N
< ansible.patch
...
...
This diff is collapsed.
Click to expand it.