Commit 472c4dac authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Prueba modificando el entrypoint

parent 720b092a
Loading
Loading
Loading
Loading
+24 −26
Original line number Diff line number Diff line
@@ -3,10 +3,8 @@ version: '3.5'
services:
  gitlab-runner:
    image: gitlab/gitlab-runner:${IMAGE_TAG:-latest}
    command:
      - sh
      - -c
      - |
    entrypoint: /bin/sh -c
    command: |
      gitlab-runner register \
        --url ${GITLAB_URL} \
        --registration-token ${GITLAB_TOKEN} \