From b30d1a09f5dbed666fdf196f90728d828fc679bc Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Fri, 14 Feb 2020 16:55:53 +0100 Subject: [PATCH] put servers variables outside of ci file to match other projects behaviour --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 572ff5f..a984218 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,6 @@ ################################################# # Base configuration ################################################# - -variables: - DEPLOY_SERVER: buildbot@www.linphone.org - CENTOS7_DEPLOY_DIRECTORY: snapshots/centos7 - stages: - package - deploy