Commit be920d33 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Cambia comentarios erróneos por salida en consola

parent f7e0dc31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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 .};
+1 −1
Original line number Diff line number Diff line
@@ -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}");