Commit 2f93d72f authored by nimrod's avatar nimrod
Browse files

Fix issues from pre-commit.

parent 7b34e716
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -11,9 +11,8 @@ dockerd socket mounted inside the container).

## Usage

First of all, get the registration token from
https://git.shore.co.il/admin/runners. To build and run on `ns4.shore.co.il`,
just run:
First, get the registration token from https://git.shore.co.il/admin/runners. To
build and run on `ns4.shore.co.il`, just run:
```
DOCKER_HOST=ssh://ns4.shore.co.il docker-compose build && DOCKER_HOST=ssh://ns4.shore.co.il REGISTRATION_TOKEN='INSERT_TOKEN' RUNNER_NAME=ns4.shore.co.il REGISTER_RUN_UNTAGGED="true" docker-compose up -d
```
+3 −3

File changed.

Contains only whitespace changes.