From 3679da5b21a74a94e3354a17db132b6b9d62751d Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 5 Jul 2020 12:08:52 +0100 Subject: [PATCH] ci: enable commit push --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83b80c1f..0e22ebea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ deploy_job: - ssh -T git@gitlab.com - git remote set-url origin git@gitlab.com:curben/phishing-filter.git - # - git push origin master + - git push origin master rules: # Only trigger through schedule job in master branch @@ -73,7 +73,7 @@ failed_job: - git diff-index --quiet HEAD || git commit -m "Failed pipeline" - ssh -T git@gitlab.com - git remote set-url origin git@gitlab.com:curben/phishing-filter.git - # - git push origin master + - git push origin master rules: - if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"'