GitLab CI: Removed xdebug beta as it is now php7.3 compatible

This commit is contained in:
Igor Scheller 2019-07-21 05:03:58 +02:00
parent ea4c258e5c
commit d5bf7fd065
1 changed files with 0 additions and 1 deletions

View File

@ -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";