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
6e9738a7f22d406c27a75e2c3130e5b2e78461ce to ea33026196dce95e498b716053eb03c4d46d5140
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
ea33026196dce95e498b716053eb03c4d46d5140
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
6e9738a7f22d406c27a75e2c3130e5b2e78461ce
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)
Fix finalize tasks in artefact mode
· ea330261
jurgenhaas
authored
4 years ago
ea330261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/finalize/artefact.yml
+4
-4
4 additions, 4 deletions
tasks/finalize/artefact.yml
with
4 additions
and
4 deletions
tasks/finalize/artefact.yml
View file @
ea330261
...
...
@@ -4,14 +4,14 @@
-
block
:
-
name
:
Move directories
command
:
mv
/path/to/foo /path/to/bar
command
:
mv
{{ item.src }} {{ item.dest }}
with_items
:
-
src
:
'
{{
webRoot
}}/files'
dest
:
'
{{
tempDeployRoot
}}'
dest
:
'
{{
tempDeployRoot
}}
/
'
-
src
:
'
{{
webRoot
}}/settings'
dest
:
'
{{
tempDeployRoot
}}'
dest
:
'
{{
tempDeployRoot
}}
/
'
-
src
:
'
{{
webRoot
}}/web/sites/default'
dest
:
'
{{
tempDeployRoot
}}/web/sites'
dest
:
'
{{
tempDeployRoot
}}/web/sites
/
'
-
src
:
'
{{
webRoot
}}'
dest
:
'
{{
webRoot
}}-old'
-
src
:
'
{{
tempDeployRoot
}}'
...
...
This diff is collapsed.
Click to expand it.