Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (1)
...@@ -71,17 +71,18 @@ internal-tests: ...@@ -71,17 +71,18 @@ internal-tests:
- "for i in *.exe; do ./$i; done" - "for i in *.exe; do ./$i; done"
update-ps: # updating ps-analyze is now done nightly.
stage: deploy #update-ps:
only: # stage: deploy
refs: # only:
- master # refs:
when: on_success # - master
tags: # when: on_success
- zipr # tags:
script: # - zipr
- "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella" # script:
- "git add zipr" # - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
- "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" " # - "git add zipr"
- "git push" # - "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" "
# - "git push"