Skip to content
Snippets Groups Projects
Commit 3eccc6e9 authored by Jason Hiser's avatar Jason Hiser
Browse files

added automatic update of submod for ps-umbrella for zipr module

parent 5ce2fcc4
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -70,3 +70,14 @@ internal-tests: ...@@ -70,3 +70,14 @@ internal-tests:
- "cd $ZIPR_HOME/test; scons" - "cd $ZIPR_HOME/test; scons"
- "for i in *.exe; do ./$i; done" - "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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment