diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ea3bae19e04ffe767d18d9cd7560cf6cf384035..336e55c5bbb7da8ad1e42dad5fd154617dcbc701 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" +