From d5bf7fd065a5ea93dea9fd55e6ac225ee062a3db Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 21 Jul 2019 05:03:58 +0200 Subject: GitLab CI: Removed xdebug beta as it is now php7.3 compatible --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa23d90d..a165c604 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,7 +121,6 @@ deploy-staging: - master script: # Check if deployment variables where set - - |- - |- if [ -z "${SSH_PRIVATE_KEY}" ] || [ -z "${STAGING_REMOTE}" ] || [ -z "${STAGING_REMOTE_PATH}" ]; then echo "Skipping deployment"; -- cgit v1.2.3