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:
update-ps:
stage: deploy
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"
stage: deploy
only:
refs:
- 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