Skip to content
Snippets Groups Projects
Commit 5fc0ae11 authored by nimrod's avatar nimrod
Browse files

Refactor.

Move the runner specific files to the `runner` directory.
parent 2301aa91
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ version: '3.7' ...@@ -3,7 +3,7 @@ version: '3.7'
services: services:
runner: runner:
build: build:
context: ./ context: runner/
environment: environment:
CI_SERVER_URL: "${CI_SERVER_URL:-https://git.shore.co.il}" CI_SERVER_URL: "${CI_SERVER_URL:-https://git.shore.co.il}"
DOCKER_IMAGE: docker:19.03 DOCKER_IMAGE: docker:19.03
......
*
!entrypoint
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment