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

main
Igor Scheller 6 years ago
parent ea4c258e5c
commit d5bf7fd065

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

Loading…
Cancel
Save