From 8d291b67a2021ddb9c5e4c6c46e925ee4c2e4bd0 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 26 Sep 2017 12:05:41 +0100 Subject: [PATCH] git stash save message added --- roles/live2dev/templates/update.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/live2dev/templates/update.j2 b/roles/live2dev/templates/update.j2 index 963de68..5bee84e 100644 --- a/roles/live2dev/templates/update.j2 +++ b/roles/live2dev/templates/update.j2 @@ -12,7 +12,7 @@ if [[ "${LOGNAME}" != "{{ item }}" ]]; then fi cd /home/{{ item }}/sites -git stash +git stash save "Local changes stashed" git pull rm -rf web/wp composer update -- GitLab