From bc85991d5d85b1cc851af3d648230b4cd8f6bba0 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@gmail.com> Date: Tue, 6 Nov 2018 23:24:26 +0000 Subject: [PATCH] added automatic update of submod for ps-umbrella for zipr module --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 336e55c..8d8c169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,6 +81,6 @@ update-ps: - zipr script: - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella" - - "git commit -m 'submod automatic update from zipr update-ps job on '$(date) zipr" + - "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" zipr" - "git push" -- GitLab