GitLab CI: Removed xdebug beta as it is now php7.3 compatible
This commit is contained in:
parent
ea4c258e5c
commit
d5bf7fd065
|
@ -121,7 +121,6 @@ deploy-staging:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
# Check if deployment variables where set
|
# Check if deployment variables where set
|
||||||
- |-
|
|
||||||
- |-
|
- |-
|
||||||
if [ -z "${SSH_PRIVATE_KEY}" ] || [ -z "${STAGING_REMOTE}" ] || [ -z "${STAGING_REMOTE_PATH}" ]; then
|
if [ -z "${SSH_PRIVATE_KEY}" ] || [ -z "${STAGING_REMOTE}" ] || [ -z "${STAGING_REMOTE_PATH}" ]; then
|
||||||
echo "Skipping deployment";
|
echo "Skipping deployment";
|
||||||
|
|
Loading…
Reference in New Issue