summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-07-21 05:03:58 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-07-21 05:03:58 +0200
commitd5bf7fd065a5ea93dea9fd55e6ac225ee062a3db (patch)
tree670485746e84d418480b159fbb6f2e5723f54a29
parentea4c258e5c26e6528d36cda3afb52458ca0bd801 (diff)
GitLab CI: Removed xdebug beta as it is now php7.3 compatible
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa23d90d..a165c604 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,7 +122,6 @@ deploy-staging:
script:
# Check if deployment variables where set
- |-
- - |-
if [ -z "${SSH_PRIVATE_KEY}" ] || [ -z "${STAGING_REMOTE}" ] || [ -z "${STAGING_REMOTE_PATH}" ]; then
echo "Skipping deployment";
exit