Skip to content
Snippets Groups Projects
Commit af9f73f0 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#726 Improve update logging

parent 3353bffa
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if [ -f 'ansible.sh' ]; then
fi
branch="$(git rev-parse --abbrev-ref HEAD)"
echo "git pull $branch"
echo "> git pull $branch"
git pull origin "$branch"
if [ -f 'ansible.patch' ]; then
......@@ -33,3 +33,5 @@ chmod -R ug+r,ug-w,o-w,o-r {{ path }}
if [ -d '{{ webRoot }}{{ drupal.configRoot|default("/config") }}' ]; then
chmod -R ug+w {{ webRoot }}{{ drupal.configRoot|default("/config") }}
fi
echo;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment