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

---
 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aea46da..485badf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,3 +70,14 @@ internal-tests:
     - "cd $ZIPR_HOME/test; scons"
     - "for i in *.exe; do ./$i; done"
 
+
+update-ps:
+  only: master
+  when: on_success
+  tags:
+    - zipr
+  script:
+    - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
+    - "git commit -m "submod automatic update from zipr update-ps job on $(date)" zipr
+    - "git push"
+          
-- 
GitLab