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

ansible-inventories/arocom#3273 Change update script

parent 5e0bc704
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment