Commit 570e327e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige comillas de comando

parent 97aeb655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ services:
    command: >
      -c "
        gitlab-runner unregister --name \"${RUNNER_NAME}\";
        gitlab-runner register";
        sed -i \"s/concurrent.*/concurrent = ${CONCURRENT}/\" ${CONFIG_FILE}
        gitlab-runner register;
        sed -i \"s/concurrent.*/concurrent = ${CONCURRENT}/\" ${CONFIG_FILE}"
    environment:
      CONFIG_FILE:
      LOG_LEVEL: