From ec19c8aacb7ee6ff46beb0f149ecec7b7416f573 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@gmail.com>
Date: Tue, 6 Nov 2018 23:35:52 +0000
Subject: [PATCH] added automatic update of submod for ps-umbrella for zipr
 module

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d8c169..9a5a50e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,6 +81,7 @@ 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 add zipr" 
+      - "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" "
       - "git push"
      
-- 
GitLab