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

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

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