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

removed auto-update of ps_umbrella

parent f2df6cb2
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -71,17 +71,18 @@ internal-tests:
- "for i in *.exe; do ./$i; done"
update-ps:
stage: deploy
only:
refs:
- master
when: on_success
tags:
- zipr
script:
- "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
- "git add zipr"
- "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" "
- "git push"
# updating ps-analyze is now done nightly.
#update-ps:
# stage: deploy
# only:
# refs:
# - master
# when: on_success
# tags:
# - zipr
# script:
# - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
# - "git add zipr"
# - "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" "
# - "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