Loading deployment-service/_docker-deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ include: DEPLOY_DIR_NAME: deploy before_script: - > # Find Compose files with known names automatically echo "Find Compose files with known names automatically .."; if [ -z ${COMPOSE_FILE} ]; then firstNewComposeFile=$(echo "${NEW_COMPOSE_FILE}" | cut -d ':' -f 1); Loading packaging-docker/_docker-build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ OLD_COMPOSE_FILE_NAME: docker-compose.tmpl.yml:docker-compose.dev.yml before_script: - > # Find Compose files with known names at known paths automatically echo "Find Compose files with known names at known paths automatically .."; if [ -z ${COMPOSE_FILE_NAME} ]; then for directory in ${COMPOSE_PROJECT_DIRECTORY:-build deploy .}; Loading packaging-docker/dockerfile-linting.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ lint-dockerfile: DOCKERFILE_NAME: Dockerfile before_script: - > # Find Dockerfile in depth automatically by file name echo "Find Dockerfile in depth automatically by file name .."; if [ -z "${DOCKERFILE_PATH}" ]; then dockerfilePath=$(find -name "${DOCKERFILE_NAME}"); Loading Loading
deployment-service/_docker-deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ include: DEPLOY_DIR_NAME: deploy before_script: - > # Find Compose files with known names automatically echo "Find Compose files with known names automatically .."; if [ -z ${COMPOSE_FILE} ]; then firstNewComposeFile=$(echo "${NEW_COMPOSE_FILE}" | cut -d ':' -f 1); Loading
packaging-docker/_docker-build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ OLD_COMPOSE_FILE_NAME: docker-compose.tmpl.yml:docker-compose.dev.yml before_script: - > # Find Compose files with known names at known paths automatically echo "Find Compose files with known names at known paths automatically .."; if [ -z ${COMPOSE_FILE_NAME} ]; then for directory in ${COMPOSE_PROJECT_DIRECTORY:-build deploy .}; Loading
packaging-docker/dockerfile-linting.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ lint-dockerfile: DOCKERFILE_NAME: Dockerfile before_script: - > # Find Dockerfile in depth automatically by file name echo "Find Dockerfile in depth automatically by file name .."; if [ -z "${DOCKERFILE_PATH}" ]; then dockerfilePath=$(find -name "${DOCKERFILE_NAME}"); Loading