Skip to content

Commit b1a35b8

Browse files
authored
Skip building debug image in the Cloud (#625)
1 parent dbcb055 commit b1a35b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/sdk/images/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function Images::_buildApp() {
105105
"${DEPLOYMENT_PATH}/context" 1>&2
106106
fi
107107

108-
if [ -n "${SPRYKER_XDEBUG_MODE_ENABLE}" ]; then
108+
if [ "${withPushImages}" == "${FALSE}" ] && [ -n "${SPRYKER_XDEBUG_MODE_ENABLE}" ]; then
109109
docker build \
110110
-t "${runtimeImage}" \
111111
-f "${DEPLOYMENT_PATH}/images/debug/application/Dockerfile" \

0 commit comments

Comments
 (0)