From cc208f74617bd3eebd467bcaff894309f728616d Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 7 Nov 2018 18:04:00 +0000 Subject: [PATCH] removed auto-update of ps_umbrella --- .gitlab-ci.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 164e899..973aba1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- GitLab