From b2435ec0cd7d8884ae7e15fdd86cd0f672da473b Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 13 Apr 2019 16:01:36 -0700 Subject: [PATCH] Prevent main `before_script` from firing --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4417f7d..dda6c03 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ PHPunit:PHP7.3:MySQL: PluginSVN: stage: deploy + before_script: + - date script: ./bin/deploy.sh when: on_success # only: -- GitLab