Commit 5fc0ae11 authored by nimrod's avatar nimrod
Browse files

Refactor.

Move the runner specific files to the `runner` directory.
parent 2301aa91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ version: '3.7'
services:
  runner:
    build:
      context: ./
      context: runner/
    environment:
      CI_SERVER_URL: "${CI_SERVER_URL:-https://git.shore.co.il}"
      DOCKER_IMAGE: docker:19.03

runner/.dockerignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
*
!entrypoint
+0 −0

File moved.

+0 −0

File moved.