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

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

parent 47f72e67
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -72,12 +72,13 @@ internal-tests: ...@@ -72,12 +72,13 @@ internal-tests:
update-ps: update-ps:
only: master stage: deploy
when: on_success only: master
tags: when: on_success
- zipr tags:
script: - zipr
- "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella" script:
- "git commit -m 'submod automatic update from zipr update-ps job on '$(date) zipr" - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
- "git push" - "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